mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-09-07 05:02:56 +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
|