# Uncomment the next line to define a global platform for your project # platform :ios, '9.0' def shared_pods pod 'Alamofire' pod 'SwiftyJSON' pod 'Firebase/Core' pod 'Firebase/Auth' pod 'Firebase/Messaging' pod 'BRYXBanner' pod 'SDWebImage/GIF' pod 'Fabric', '~> 1.7.11' pod 'Crashlytics', '~> 3.10.7' pod 'ObjectMapper', '~> 3.3' pod 'VisualEffectView' pod 'MBProgressHUD', '~> 1.1.0' pod 'Hex' pod 'SwiftyTimer' pod 'XLPagerTabStrip', '~> 8.0' pod 'PMAlertController' pod 'RSKImageCropper' pod 'AlamofireNetworkActivityLogger', '~> 2.3' pod 'IQKeyboardManagerSwift' pod 'thenPromise' pod 'LGSideMenuController' pod 'Localize-Swift', '~> 2.0' pod 'DTTJailbreakDetection' pod 'KeychainAccess' pod 'Hero' pod 'PanModal' end target 'GME Remit' do # Comment the next line if you're not using Swift and don't want to use dynamic frameworks use_frameworks! # Pods for GMERemittance shared_pods target 'GMERemittanceTests' do inherit! :search_paths # Pods for testing shared_pods end target 'GMERemittanceUITests' do inherit! :search_paths # Pods for testing shared_pods end end