# Uncomment this line to define a global platform for your project
platform :ios, '9.0'

target 'Sharefaith ChurchApp' do
  # Uncomment this line if you're using Swift or would like to use dynamic frameworks
  # use_frameworks!
  pod 'Google/Analytics'
  pod 'GoogleAPIClientForREST'
  pod 'GoogleAPIClientForREST/Calendar'
  pod 'SDWebImage', '~> 4.0'
  pod 'AFNetworking', '~> 4.0'
  pod 'SVProgressHUD'
  pod 'Firebase/Core'
  pod 'Firebase/DynamicLinks'
  
  # Pods for Sharefaith ChurchApp

  target 'Sharefaith ChurchAppTests' do
    inherit! :search_paths
    # Pods for testing
  end

end
