Update CocoaPod URLs.

This commit is contained in:
Nadine Salter
2014-10-10 12:52:21 -07:00
parent bbf02d6204
commit 8499bac020

View File

@@ -2,11 +2,13 @@ Pod::Spec.new do |spec|
spec.name = 'AsyncDisplayKit'
spec.version = '1.0-beta2'
spec.license = { :type => 'BSD' }
spec.homepage = 'https://github.com/facebook/AsyncDisplayKit'
spec.homepage = 'http://facebook.github.io/AsyncDisplayKit/'
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.documentation_url = 'http://facebook.github.io/AsyncDisplayKit/appledoc/'
spec.public_header_files = [
'AsyncDisplayKit/*.h',
'AsyncDisplayKit/Details/**/*.h',