1 target支持中文
2 先写支持平台
target do
end
3格式如下
# Uncomment this line to define a global platform for your project
platform :ios, '7.0'
# Uncomment this line if you're using Swift
# use_frameworks!
target 'Zoharo' do
# pod 'YSASIHTTPRequest', :git => 'https://github.com/youngshook/asi-http-request.git'
# pod 'EaseMobSDKFull', :git => 'https://github.com/easemob/sdk-ios-cocoapods-integration.git'
pod 'Aspects', :head
pod 'Masonry', :head
pod 'FMDB', :head
pod 'FMDB/SQLCipher', :head
pod 'IQKeyboardManager'
pod 'SSZipArchive'
pod 'SVProgressHUD', :head
pod 'MBProgressHUD', '~> 0.9.2'
pod 'CrittercismSDK', '~> 5.4.5'
pod 'PNChart', :head
pod 'ZXPAutoLayout'
pod 'AFNetworking', '~> 2.6.3'
pod 'Mantle'
pod 'PromiseKit'
end