|
|
# Uncomment the next line to define a global platform for your project
|
|
|
platform :ios, '8.0'
|
|
|
inhibit_all_warnings!
|
|
|
source 'http://git.yoho.cn/ios/YHPodSpecs.git'
|
|
|
source 'https://github.com/CocoaPods/Specs.git'
|
|
|
|
|
|
|
|
|
target 'YHEventReport' do
|
|
|
# Uncomment the next line if you're using Swift or would like to use dynamic frameworks
|
|
|
# use_frameworks!
|
|
|
|
|
|
pod 'SDWebImage', :git=> 'http://git.yoho.cn/ios/yh_sdwebimage.git', :branch => 'yh_dev_433_branch', :subspecs => [
|
|
|
'Core',
|
|
|
'GIF',
|
|
|
'WebP',
|
|
|
]
|
|
|
|
|
|
end |
...
|
...
|
|