Podfile 文件模板
生活随笔
收集整理的這篇文章主要介紹了
Podfile 文件模板
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
platform :ios, '9.0' #最低適配版本
source 'https://github.com/CocoaPods/Specs.git' #重定向cocoaPods
target 'Demo' do #項目名pod 'AFNetworking', '3.2.1'end
?
總結
以上是生活随笔為你收集整理的Podfile 文件模板的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: DICOMRT-DiBugs:dicom
- 下一篇: python处理时间序列非平稳_【Pyt