2017-04-14 09:37:38 -07:00

11 lines
209 B
Ruby

# Uncomment this line to define a global platform for your project
platform :ios, '8.0'
# Uncomment this line if you're using Swift
# use_frameworks!
target 'Sample' do
pod 'Texture', :path => '../..'
end