# Uncomment the next line to define a global platform for your project # platform :ios, '9.0' def shared_pods pod 'Alamofire', '~> 4.8' pod 'SwiftyJSON' pod 'Firebase/Core' pod 'Firebase/Auth' pod 'Firebase/Messaging' pod 'BRYXBanner' #pod 'SDWebImage/GIF', '~> 4.4.6' 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', '6.5.0' pod 'LGSideMenuController' pod 'Localize-Swift', '~> 2.0' pod 'DTTJailbreakDetection' pod 'KeychainAccess' pod 'Hero' pod 'PanModal' #pod 'ValidationTextField' pod 'Kingfisher' pod 'ChannelIO', '~> 6.1.5' pod 'NVActivityIndicatorView' pod 'FLEX', '~> 3.0', :configurations => ['Debug'] pod 'SwiftyBootpay', '~> 3.0.491' 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