Files
2021-03-04 15:30:22 +05:30

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