Skip to content

Commit f5239f8

Browse files
1.0.
1 parent 373b5cc commit f5239f8

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

AsyncDisplayKit.podspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
Pod::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',

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ it's just as powerful with UIKit Dynamics and conventional app designs.
1111
ASDK 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

1717
Import the framework header, or create an [Objective-C bridging

0 commit comments

Comments
 (0)