mirror of
https://github.com/fxm90/GradientLoadingBar.git
synced 2026-04-17 12:17:30 +00:00
02b46e9dd5
* run linter as pods to handle pull requests without formatting issues
17 lines
263 B
Ruby
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
|