File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Pod ::Spec . new do |spec |
22 spec . name = 'AsyncDisplayKit'
3- spec . version = '1.0-beta2 '
3+ spec . version = '1.0'
44 spec . license = { :type => 'BSD' }
5- spec . homepage = 'http://facebook.github.io/AsyncDisplayKit/ '
5+ spec . homepage = 'http://asyncdisplaykit.org '
66 spec . authors = { 'Nadine Salter' => 'nadi@fb.com' , 'Scott Goodson' => 'scottg@fb.com' }
77 spec . summary = 'Smooth asynchronous user interfaces for iOS apps.'
8- spec . source = { :git => 'https://github.com/facebook/AsyncDisplayKit.git' , :tag => '1.0-beta2 ' }
8+ spec . source = { :git => 'https://github.com/facebook/AsyncDisplayKit.git' , :tag => '1.0' }
99
10- spec . documentation_url = 'http://facebook.github.io/AsyncDisplayKit /appledoc/'
10+ spec . documentation_url = 'http://asyncdisplaykit.org /appledoc/'
1111
1212 spec . public_header_files = [
1313 'AsyncDisplayKit/*.h' ,
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ it's just as powerful with UIKit Dynamics and conventional app designs.
1111ASDK is available on [ CocoaPods] ( http://cocoapods.org ) . Add the following to your Podfile:
1212
1313``` ruby
14- pod ' AsyncDisplayKit' , :git => ' git@github.com:facebook/AsyncDisplayKit.git '
14+ pod ' AsyncDisplayKit'
1515```
1616
1717Import the framework header, or create an [ Objective-C bridging
You can’t perform that action at this time.
0 commit comments