platform :ios, '9.0'

use_frameworks!

target 'GradientLoadingBar_Example' do
  pod 'GradientLoadingBar', :path => '../'

  # Development pods
  pod 'SwiftFormat/CLI'
  pod 'SwiftLint'

  target 'GradientLoadingBar_Tests' do
    inherit! :search_paths

  end
end
