You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

59 lines
1.3 KiB

# 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 '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 '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