mirror of
https://github.com/TextureGroup/Texture.git
synced 2026-04-07 19:17:39 +00:00
7 lines
126 B
Ruby
7 lines
126 B
Ruby
source 'https://github.com/CocoaPods/Specs.git'
|
|
platform :ios, '8.0'
|
|
target 'Sample' do
|
|
pod 'Texture', :path => '../..'
|
|
end
|
|
|