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