Update the homepage URL (#10)

This commit is contained in:
Garrett Moon
2017-04-19 19:51:02 -07:00
committed by GitHub
parent bd85ac71f9
commit 92c1c1b43e

View File

@@ -2,14 +2,14 @@ Pod::Spec.new do |spec|
spec.name = 'Texture'
spec.version = '2.3'
spec.license = { :type => 'BSD and Apache 2', }
spec.homepage = 'http://asyncdisplaykit.org'
spec.homepage = 'http://texturegroup.org'
spec.authors = { 'Huy Nguyen' => 'huy@pinterest.com', 'Garrett Moon' => 'garrett@excitedpixel.com', 'Scott Goodson' => 'scottgoodson@gmail.com', 'Michael Schneider' => 'schneider@pinterest.com', 'Adlai Hollar' => 'adlai@pinterest.com' }
spec.summary = 'Smooth asynchronous user interfaces for iOS apps.'
spec.source = { :git => 'https://github.com/TextureGroup/Texture.git', :tag => spec.version.to_s }
spec.module_name = 'AsyncDisplayKit'
spec.header_dir = 'AsyncDisplayKit'
spec.documentation_url = 'http://asyncdisplaykit.org/appledoc/'
spec.documentation_url = 'http://texturegroup.org/appledoc/'
spec.weak_frameworks = 'Photos','MapKit','AssetsLibrary'
spec.requires_arc = true