12345678910111213141516171819202122232425 |
- platform :ios, ‘8.0’
- source 'https://github.com/CocoaPods/Specs.git'
- target ‘KuDianProject’ do
- pod 'MBProgressHUD'
- pod 'CWLateralSlide'
- pod 'MiPushSDK'
- pod 'SVProgressHUD'
- pod 'AFNetworking'
- pod 'SDWebImage'
- pod 'PYSearch'
- pod 'MJRefresh'
- pod 'Masonry'
- pod 'YYModel'
- pod 'Bugly'
- pod 'YYCategories'
- pod 'YYText'
- pod 'YYWebImage'
- pod 'UMengAnalytics'
- pod 'MJExtension'
- pod 'SDCycleScrollView'
- end
|