mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-09-04 11:50:38 +00:00
* fix podfile * add Sample scheme * remove example project workspace files * remove use_frameworks! * add Sample scheme * add use_frameworks! back in * add scrollableDirections method
8 lines
150 B
Ruby
8 lines
150 B
Ruby
source 'https://github.com/CocoaPods/Specs.git'
|
|
platform :ios, '7.0'
|
|
|
|
use_frameworks!
|
|
|
|
target 'Sample' do
|
|
pod 'AsyncDisplayKit', :path => '../..'
|
|
end |