mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
* Added Playground-Swift with two example pages. * Added PhotoWithOutsetIconOverlay example. * Added an extra tip in swift playground. * Added HorizontalStackWithSpacer to the swift playground. * Added fileprivate for some global variables. * Added private to the setupNodes functions * Added solutions to common issues.
8 lines
150 B
Ruby
8 lines
150 B
Ruby
source 'https://github.com/CocoaPods/Specs.git'
|
|
platform :ios, '7.1'
|
|
use_frameworks!
|
|
target 'Sample' do
|
|
pod 'AsyncDisplayKit', :path => '../..'
|
|
end
|
|
|