This commit is contained in:
Nadine Salter
2014-10-15 09:26:57 -07:00
parent 373b5cc92e
commit f5239f894c
2 changed files with 5 additions and 5 deletions

View File

@@ -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',