# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'
#source 'https://code.aliyun.com/Magi/CocoaPods.git'
target 'SLR' do
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!
pod 'Fabric'
pod 'Crashlytics'
pod 'Alamofire', '~> 4.0'
pod 'SwiftyJSON'
pod 'MJRefresh'
pod 'SCLAlertView'
pod 'Dodo', '~> 8.0'
pod 'PKHUD'
# Pods for SLR
target 'SLRUITests' do
inherit! :search_paths
# Pods for testing
end
end
Podfile
最后編輯于 :
?著作權歸作者所有,轉載或內容合作請聯系作者
- 文/潘曉璐 我一進店門,熙熙樓的掌柜王于貴愁眉苦臉地迎上來,“玉大人,你說我怎么就攤上這事。” “怎么了?”我有些...
- 文/花漫 我一把揭開白布。 她就那樣靜靜地躺著,像睡著了一般。 火紅的嫁衣襯著肌膚如雪。 梳的紋絲不亂的頭發上,一...
- 文/蒼蘭香墨 我猛地睜開眼,長吁一口氣:“原來是場噩夢啊……” “哼!你這毒婦竟也來了?” 一聲冷哼從身側響起,我...
推薦閱讀更多精彩內容
- Found a swap file by the name ".podfile.swp"owned by: Net...
- 問題出現原因:從github上clone 的代碼 pod install 之后出現了問題 diff: /../Po...
- 官方網站首頁推薦寫法: 例子: 這是我新建的Podfile,文件內容如下: target ’try’do# ign...
- 打開舊版本的cocoa pods項目,報錯解決的方案iOS "The sandbox is not in sync...
- [!] Invalid Podfile file: undefined method `inherit!' for...