#source 'https://mirrors.tuna.tsinghua.edu.cn/git/CocoaPods/Specs.git' platform :ios, ’9.0’ inhibit_all_warnings! def pods pod 'AFNetworking', '~> 3.1.0' pod 'MJExtension' pod 'MJRefresh' pod 'SDWebImage', '~> 4.0.0-beta2’ pod 'LGAlertView', '~> 2.4.0' pod 'MBProgressHUD' pod 'DCRoundSwitch' pod 'MarqueeLabel', '~> 2.5.0' pod 'NJKWebViewProgress', '~> 0.2.3' pod 'FMDB' #融云 #pod 'RongCloudIMKit', '~> 2.7.3' pod 'SVProgressHUD' pod 'WebViewJavascriptBridge' #友盟统计 pod 'UMengAnalytics-NO-IDFA' pod 'ZFPlayer', '~> 3.2.11' pod 'ZFPlayer/ControlView', '~> 3.2.11' pod 'ZFPlayer/AVPlayer', '~> 3.2.11' #pod 'ZFPlayer' #pod 'ZFPlayer/ControlView' pod "Qiniu", "~> 7.1" #腾讯bugly pod 'Bugly' #网易七鱼 pod 'QY_iOS_SDK', '~> 6.5.0' #压缩解压 pod 'SSZipArchive' pod 'Masonry' pod 'ReactiveCocoa','~>2.1.8' #YYKit pod 'YYKit' pod 'FLAnimatedImage', '~> 1.0' pod 'BetterSegmentedControl', '1.0' end target 'xingchuangke' do pods end