# Uncomment the next line to define a global platform for your project # platform :ios, '9.0' def shared_pods pod 'RxSwift' pod 'RxSwiftExt' pod 'RxCocoa' pod 'Alamofire', '~> 4.9' pod 'SwiftyJSON' pod 'Firebase/Core' pod 'Firebase/Auth' pod 'Firebase/Messaging' pod 'Firebase/Crashlytics' pod 'Firebase/Analytics' pod 'BRYXBanner' pod 'SDWebImage/GIF', '~> 4.4.6' 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', '6.5.0' pod 'LGSideMenuController' pod 'Localize-Swift', '~> 2.0' pod 'DTTJailbreakDetection' pod 'KeychainAccess' pod 'Hero' pod 'PanModal' pod 'SROTPView' pod 'Kingfisher' pod 'NVActivityIndicatorView' pod 'FLEX', '~> 3.0', :configurations => ['Debug'] 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 inhibit_all_warnings! 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