mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-09-03 19:30:09 +00:00
https://github.com/TextureGroup/Texture/pull/743 Manually merged since I forgot to retarget that diff onto master before merge
6 lines
125 B
Ruby
6 lines
125 B
Ruby
source 'https://github.com/CocoaPods/Specs.git'
|
|
platform :ios, '9.0'
|
|
target 'Sample' do
|
|
pod 'Texture', :path => '../..'
|
|
end
|