mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-09-14 16:08:51 +00:00
* Fixed bug in `ASEnvironmentMergeObjectAndState` * New ASLayoutSpec methods for `setChild`/`setChildren`/`setChild:forIdentifier:` have been added to take in a trait collection. * Added `setChild:`-like methods for ASLayoutSpecs take a traitCollection * Fixed instances where nodes in a data controller were not getting their trait collections * propagate traitCollection in ASDisplayNode on insertSubnode or addSubnode
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
|