diff --git a/AsyncDisplayKit.podspec b/AsyncDisplayKit.podspec index c615eeb140..9814841027 100644 --- a/AsyncDisplayKit.podspec +++ b/AsyncDisplayKit.podspec @@ -1,13 +1,13 @@ Pod::Spec.new do |spec| spec.name = 'AsyncDisplayKit' - spec.version = '1.0-beta2' + spec.version = '1.0' spec.license = { :type => 'BSD' } - spec.homepage = 'http://facebook.github.io/AsyncDisplayKit/' + spec.homepage = 'http://asyncdisplaykit.org' spec.authors = { 'Nadine Salter' => 'nadi@fb.com', 'Scott Goodson' => 'scottg@fb.com' } spec.summary = 'Smooth asynchronous user interfaces for iOS apps.' - spec.source = { :git => 'https://github.com/facebook/AsyncDisplayKit.git', :tag => '1.0-beta2' } + spec.source = { :git => 'https://github.com/facebook/AsyncDisplayKit.git', :tag => '1.0' } - spec.documentation_url = 'http://facebook.github.io/AsyncDisplayKit/appledoc/' + spec.documentation_url = 'http://asyncdisplaykit.org/appledoc/' spec.public_header_files = [ 'AsyncDisplayKit/*.h', diff --git a/README.md b/README.md index db5ee4b301..a0829b7007 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ it's just as powerful with UIKit Dynamics and conventional app designs. ASDK is available on [CocoaPods](http://cocoapods.org). Add the following to your Podfile: ```ruby -pod 'AsyncDisplayKit', :git => 'git@github.com:facebook/AsyncDisplayKit.git' +pod 'AsyncDisplayKit' ``` Import the framework header, or create an [Objective-C bridging