【发布时间】:2017-07-24 17:57:32
【问题描述】:
我刚刚将一个私人 pod 推送到 my.domain.com:apps/MyPrivatePod.git。我想在我的项目中同时使用这个私有 pod 和其他公共 pod
platform :ios, '8.0'
target 'Testing' do
pod 'AFNetworking', '2.6.0 ' // This is supposed to be a public Pod
pod 'MyPrivatePod', '~> 1.1' // This is the private pod I talked about
end
我怎样才能做到这一点?
【问题讨论】:
标签: ios git dependencies cocoapods cocoapods-1.2