platform :ios, '8.0'
def share_pods
pod 'aaa'
end
target 'AAAA' do
target 'AAATest' do
inherit! :search_paths
# Pods for testing
end
share_pods
pod 'MJExtension'
end
target 'BBBB' do
share_pods
end
platform :ios, '8.0'
def share_pods
pod 'aaa'
end
target 'AAAA' do
target 'AAATest' do
inherit! :search_paths
# Pods for testing
end
share_pods
pod 'MJExtension'
end
target 'BBBB' do
share_pods
end
本文标题:pod 中多个工程的引用同一个库
本文链接:https://www.haomeiwen.com/subject/gdtaictx.html
网友评论