1.查找第三方库 pod 'AFNetworking', '~> 3.1.0'
工程中导入第三方
$ cd 文件名
$ vim Podfile
platform :ios, '8.0'
target ‘工程名’ do
pod 'AFNetworking', '~> 3.1.0'
end
(i进入编辑模式 (esc :wq)退出 )
$ pod install
1.查找第三方库 pod 'AFNetworking', '~> 3.1.0'
工程中导入第三方
$ cd 文件名
$ vim Podfile
platform :ios, '8.0'
target ‘工程名’ do
pod 'AFNetworking', '~> 3.1.0'
end
(i进入编辑模式 (esc :wq)退出 )
$ pod install
本文标题:CocoaPode用法
本文链接:https://www.haomeiwen.com/subject/yrrvittx.html
网友评论