mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-09-07 21:20:07 +00:00
* Objective-c project updated to ASDK 2.0 * fix assets error * [LayoutSpecExamples] Renamed new example project to be easier to type / find. * [Bulid] Manually create Sample.xcscheme file to hopefully fix complaining bulid :). * clean up project * commentary on ASAbsoluteLayoutSpec * address @maicki's comments
7 lines
134 B
Ruby
7 lines
134 B
Ruby
source 'https://github.com/CocoaPods/Specs.git'
|
|
platform :ios, '7.0'
|
|
target 'Sample' do
|
|
pod 'AsyncDisplayKit', :path => '../..'
|
|
end
|
|
|