pod+module 管理代码
Last updated
Last updated
target 'TestModule' do
# Comment the next line if you don't want to use dynamic frameworks
use_modular_headers!
pod "Person", :path => "./Person/"
# use_frameworks!
# pod 'YourLocalPod', :path => '../path_to_your_local_pod'
# Pods for TestModule
endpod install