# Uncomment the next line to define a global platform for your project platform :ios, '9.0' target 'ACSION' do # Uncomment the next line if you're using Swift or would like to use dynamic frameworks # use_frameworks! # Pods for ACSION pod 'AFNetworking' pod 'SDWebImage' pod 'Masonry' pod 'YYModel' pod 'YYCategories' pod 'QBImagePickerController' pod 'MBProgressHUD' pod 'SVProgressHUD' pod 'MJRefresh' pod 'IQKeyboardManager' pod 'UMengAnalytics' pod 'ReactiveCocoa','2.4.7' pod 'FDFullscreenPopGesture' end