mirror of
https://github.com/TextureGroup/Texture.git
synced 2026-04-07 19:17:39 +00:00
10 lines
199 B
Ruby
10 lines
199 B
Ruby
source 'https://github.com/CocoaPods/Specs.git'
|
|
platform :ios, '9.0'
|
|
target 'ASDKgram-Swift' do
|
|
use_frameworks!
|
|
inhibit_all_warnings!
|
|
|
|
pod 'Texture/PINRemoteImage', :path => '../..'
|
|
|
|
end
|