动态库版本 -> ATAuthSDK_D
pod 'ATAuthSDK', :git => 'https://github.com/CaiChenghan/ATAuthSDK.git', :tag => '2.12.0'
source 'https://github.com/CaiChenghan/CCRepo.git'
source 'https://github.com/CocoaPods/Specs.git'
target 'MyApp' do
pod 'ATAuthSDK', '~> 2.12.0'
end
- 制作私有pod
- 本地引用
pod 'ATAuthSDK', :path => './ATAuthSDK'
注意引用路径,如果不知道,可拖动制作好的私有库到终端,即可查看路径。或者显示简介,拷贝位置即可。
ATAuthSDK is available under the MIT license. See the LICENSE file for more info.