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

8 lines
142 B
Ruby

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