123456789101112131415161718192021222324252627282930 |
- 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 'FORScrollViewEmptyAssistant'
- pod 'IQKeyboardManager'
- pod 'SDCycleScrollView'
- end
|