mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 06:35:51 +00:00
git-subtree-dir: submodules/AsyncDisplayKit git-subtree-mainline:d06f423e0egit-subtree-split:02bedc1281
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
|
|
|