mirror of
https://github.com/fxm90/GradientLoadingBar.git
synced 2026-04-17 12:17:30 +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
|