mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-09-06 20:54:04 +00:00
https://github.com/TextureGroup/Texture/pull/743 Manually merged since I forgot to retarget that diff onto master before merge
11 lines
209 B
Ruby
11 lines
209 B
Ruby
# Uncomment this line to define a global platform for your project
|
|
platform :ios, '9.0'
|
|
|
|
# Uncomment this line if you're using Swift
|
|
# use_frameworks!
|
|
|
|
target 'Sample' do
|
|
pod 'Texture', :path => '../..'
|
|
end
|
|
|