1.cd 拖入文件
2.vim podfile
3.按下i
4.source'https://github.com/CocoaPods/Specs.git'
platform :ios, ‘8.0’
use_frameworks!
target'Pratice'do
pod'Alamofire','~> 3.0'
pod'SwiftyJSON','~> 3.0'
end
5.按住shift+esc,然后按下:键,输入wq
6.pod install
1.cd 拖入文件
2.vim podfile
3.按下i
4.source'https://github.com/CocoaPods/Specs.git'
platform :ios, ‘8.0’
use_frameworks!
target'Pratice'do
pod'Alamofire','~> 3.0'
pod'SwiftyJSON','~> 3.0'
end
5.按住shift+esc,然后按下:键,输入wq
6.pod install
本文标题:个人笔记:swift 使用cocoapods配置工具
本文链接:https://www.haomeiwen.com/subject/ecdzvxtx.html
网友评论