source 'https://github.com/CocoaPods/Specs.git'

platform :ios,'12.0'
inhibit_all_warnings!
use_frameworks!

pod 'Fabric'

target "Myfxbook" do
    pod 'M13Checkbox'
    pod 'iOS-Slide-Menu'
    pod 'SVPullToRefresh'
    pod 'XLForm', '~> 3.1.0'
    pod 'XLDataLoader', '~> 1.1'
    pod 'SwipeView' , '~> 1.3.2'
    pod "AFNetworking", "~> 2.5.4"
    pod 'CSLinearLayoutView', '~> 1.0'
    pod 'GoogleAnalytics'
    pod 'LGFilterView', '~> 1.0.0'
    pod 'Google-Mobile-Ads-SDK', "9.14.0"
    pod 'Protobuf', '= 3.22.1'
    pod 'Charts', '~> 3.0.0'
    pod 'Toast'
    pod 'FirebaseAnalytics', "10.27.0"
    pod 'FirebaseMessaging', "10.27.0"
    pod 'FirebaseRemoteConfig', "10.27.0"
    pod 'Firebase', "10.27.0"
    pod 'FirebaseCore', "10.27.0"
    pod 'HideShowPasswordTextField', :git => 'https://github.com/Guidebook/HideShowPasswordTextField'
    
end

target "CalendarWidget" do
  use_frameworks!
end

target "Market Widget" do
  use_frameworks!
end

target "Portfolio Widget" do
  use_frameworks!
end

target "Outlook Widget" do
  use_frameworks!
end

target "SharedCodeKit" do
  use_frameworks!
    pod 'GoogleAnalytics'
end

post_install do |installer|
    installer.pods_project.targets.each do |target|
      target.build_configurations.each do |config|
        config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '11.0'
      end
    end
  end
