diff --git a/Texture.podspec b/Texture.podspec index ec23847fd..8d7d34bb1 100644 --- a/Texture.podspec +++ b/Texture.podspec @@ -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