source 'https://github.com/CocoaPods/Specs.git'
platform :ios, "8.0"
pod "SSKeychain"
#下面这两句话是什么意思? 以前的CocoaPods并没有这两句话
target :<#TargetName#>Tests, :exclusive => true do
# pod 'Kiwi'
end
问题已经写在上面啦,先谢谢小伙伴们的回答!谢谢!
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, "8.0"
pod "SSKeychain"
#下面这两句话是什么意思? 以前的CocoaPods并没有这两句话
target :<#TargetName#>Tests, :exclusive => true do
# pod 'Kiwi'
end
问题已经写在上面啦,先谢谢小伙伴们的回答!谢谢!
2 回答1.1k 阅读
1 回答987 阅读✓ 已解决
1 回答2.7k 阅读
1 回答1.5k 阅读
1 回答1.4k 阅读
1.7k 阅读
1 回答1.1k 阅读
印象中 CocoaPods 早就推荐这样子写了,感觉也没什么好研究的,反正这样子就能很好的区分 target 了,比如项目名称叫 Zootopia 就这样子写