source 'https://github.com/maplemedia/IvorySDK-specs.git'
source 'https://github.com/CocoaPods/Specs.git'

platform :ios, '11.0'
use_frameworks!
target 'GifLab' do
  pod 'AFNetworking'
  pod 'PureLayout'
  pod 'CMPopTipView'
  pod 'FLAnimatedImage'
  pod 'GPUImage' #, :git => 'https://github.com/BradLarson/GPUImage.git'

  pod 'MBProgressHUD'
  pod 'MBCircularProgressBar'
  
  #ivory
  pod 'IvorySDK_Firebase', '4.2.0'
  pod 'IvorySDK_MAX', '4.2.1'
  
  pod 'MM_Commons_iOS', '1.0.6'
  
  pod 'ReachabilitySwift' #Listen to network changes
  pod 'MBProgressHUD', '~> 1.2.0' #MIT License. Activity indicator view

  pod 'SwiftyStoreKit'  # In App Purchases
   
end

