platform :ios, ‘9.0’ use_frameworks! inhibit_all_warnings! def pods pod 'Alamofire' pod 'SDWebImage' pod 'Toast' pod 'XRCarouselView' pod 'Reachability' pod 'UMCCommon' pod 'UMCSecurityPlugins' pod 'UMCAnalytics' pod 'UMCErrorCatch' pod 'DZNEmptyDataSet' pod 'SVProgressHUD' pod 'NIMSDK_LITE' pod 'SwiftHash' end target 'ParentAssistant' do pods end