Skip to content

Commit 8499bac

Browse files
Update CocoaPod URLs.
1 parent bbf02d6 commit 8499bac

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

AsyncDisplayKit.podspec

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@ Pod::Spec.new do |spec|
22
spec.name = 'AsyncDisplayKit'
33
spec.version = '1.0-beta2'
44
spec.license = { :type => 'BSD' }
5-
spec.homepage = 'https://github.com/facebook/AsyncDisplayKit'
5+
spec.homepage = 'http://facebook.github.io/AsyncDisplayKit/'
66
spec.authors = { 'Nadine Salter' => '[email protected]', 'Scott Goodson' => '[email protected]' }
77
spec.summary = 'Smooth asynchronous user interfaces for iOS apps.'
88
spec.source = { :git => 'https://github.com/facebook/AsyncDisplayKit.git', :tag => '1.0-beta2' }
99

10+
spec.documentation_url = 'http://facebook.github.io/AsyncDisplayKit/appledoc/'
11+
1012
spec.public_header_files = [
1113
'AsyncDisplayKit/*.h',
1214
'AsyncDisplayKit/Details/**/*.h',

0 commit comments

Comments
 (0)