# Uncomment the next line to define a global platform for your project # platform :ios, '9.0' target 'upAPP' do # Uncomment the next line if you're using Swift or would like to use dynamic frameworks # use_frameworks! # Pods for upAPP target 'upAPPTests' do inherit! :search_paths # Pods for testing end target 'upAPPUITests' do inherit! :search_paths # Pods for testing end pod 'MJExtension', '~> 3.0.13' pod 'AFNetworking', '~> 3.1.0' pod 'SDWebImage', '~> 4.3.3' pod 'Masonry', '~> 1.1.0' pod 'MBProgressHUD', '~> 1.1.0' pod 'MJRefresh', '~> 3.1.15.3' pod 'WHKit', '~> 1.3.4' pod 'SDCycleScrollView', '~> 1.75' pod 'SVProgressHUD', '~> 2.2.5' pod 'MBProgressHUD', '~> 1.1.0' pod 'BaiduMapKit', '~> 3.4.4' pod 'IQKeyboardManager' pod 'DACircularProgress' pod 'ACAlertController' pod 'AliyunOSSiOS' end