Skip to content

Commit

Permalink
Update the homepage URL (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettmoon authored Apr 20, 2017
1 parent bd85ac7 commit 92c1c1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Texture.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 92c1c1b

Please sign in to comment.