mirror of
https://github.com/fxm90/GradientLoadingBar.git
synced 2026-04-17 12:17:30 +00:00
2856df9364
* added example
16 lines
238 B
Ruby
16 lines
238 B
Ruby
platform :ios, '9.0'
|
|
|
|
use_frameworks!
|
|
|
|
target 'GradientLoadingBar_Example' do
|
|
pod 'GradientLoadingBar', :path => '../'
|
|
|
|
# Dev Dependecies
|
|
pod 'SwiftLint'
|
|
|
|
target 'GradientLoadingBar_Tests' do
|
|
inherit! :search_paths
|
|
|
|
end
|
|
end
|