diff --git a/AsyncDisplayKit.podspec b/AsyncDisplayKit.podspec index 1ac3758b68..c615eeb140 100644 --- a/AsyncDisplayKit.podspec +++ b/AsyncDisplayKit.podspec @@ -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',