mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-09-06 12:43:58 +00:00
11 lines
217 B
Ruby
11 lines
217 B
Ruby
# Uncomment this line to define a global platform for your project
|
|
platform :ios, '7.0'
|
|
|
|
# Uncomment this line if you're using Swift
|
|
# use_frameworks!
|
|
|
|
target 'Sample' do
|
|
pod 'AsyncDisplayKit', :path => '../..'
|
|
end
|
|
|