mirror of
https://github.com/fxm90/GradientLoadingBar.git
synced 2026-06-16 12:24:31 +00:00
13 lines
199 B
Ruby
13 lines
199 B
Ruby
platform :ios, '9.0'
|
|
|
|
use_frameworks!
|
|
|
|
target 'GradientLoadingBar_Example' do
|
|
pod 'GradientLoadingBar', :path => '../'
|
|
|
|
target 'GradientLoadingBar_Tests' do
|
|
inherit! :search_paths
|
|
|
|
end
|
|
end
|