Files
GradientLoadingBar/Example/Podfile
T
Felix Mau 02b46e9dd5 * optimize linter scripts
* run linter as pods to handle pull requests without formatting issues
2018-01-27 13:26:01 +01:00

17 lines
263 B
Ruby

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