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

6 lines
125 B
Ruby

source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'
target 'Sample' do
pod 'Texture', :path => '../..'
end