14 lines
189 B
Ruby
14 lines
189 B
Ruby
use_frameworks!
|
|
|
|
platform :ios, '9.0'
|
|
|
|
target 'GLWalkthrough_Example' do
|
|
pod 'GLWalkthrough', :path => '../'
|
|
|
|
target 'GLWalkthrough_Tests' do
|
|
inherit! :search_paths
|
|
|
|
|
|
end
|
|
end
|