美文网首页
CocoaPods app1.5.2 使用教程

CocoaPods app1.5.2 使用教程

作者: 巴糖 | 来源:发表于2016-06-17 16:00 被阅读1522次

cocoapods

CocoaPods-app(github)

CocoaPods-app

2.打开cocosPods 3.苹果左上角 4.选中红色区域 5.open打开 看红色区域 6.点击选中去区域 7.生成结果

问题:

1、为什么很多Target

看你是否勾选这些我东西

本人勾选这几个选项,才会出现多个target

2. 

platform :ios, '8.0'

use_frameworks!

target 'MyApp' do

pod 'AFNetworking', '~> 2.6'

pod 'ORStackView', '~> 3.0'

pod 'SwiftyJSON', '~> 2.3'

end

相关文章

网友评论

      本文标题:CocoaPods app1.5.2 使用教程

      本文链接:https://www.haomeiwen.com/subject/xhevdttx.html