mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-01-08 05:55:13 +00:00
9 lines
239 B
Ruby
9 lines
239 B
Ruby
source 'https://github.com/CocoaPods/Specs.git'
|
|
platform :ios, '8.0'
|
|
target 'Sample' do
|
|
pod 'Texture/IGListKit', :path => '../..'
|
|
pod 'Texture/PINRemoteImage', :path => '../..'
|
|
pod 'Texture/Yoga', :path => '../..'
|
|
pod 'Weaver'
|
|
end
|