mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-19 12:49:02 +00:00
* Add inverted property to ASTableNode * Add inverted property to ASCollectionNode * Add example * De-inform data controller and use different CATransform3D * Add logic to pending state * Add accessor for inverted property
6 lines
133 B
Ruby
6 lines
133 B
Ruby
source 'https://github.com/CocoaPods/Specs.git'
|
|
platform :ios, '7.0'
|
|
target 'Sample' do
|
|
pod 'AsyncDisplayKit', :path => '../..'
|
|
end
|