Podfile写法
2017-04-29 本文已影响66人
陈水寒
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'
target '0407--环信登陆' do
pod 'Hyphenate', '~> 3.1.5.1'
pod 'SVProgressHUD'
end
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'
target '0407--环信登陆' do
pod 'Hyphenate', '~> 3.1.5.1'
pod 'SVProgressHUD'
end