diff --git a/Texture.podspec b/Texture.podspec index 1fc65b62a3..7371a20971 100644 --- a/Texture.podspec +++ b/Texture.podspec @@ -3,7 +3,7 @@ Pod::Spec.new do |spec| spec.version = '2.3.3' spec.license = { :type => 'BSD and Apache 2', } 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.authors = { 'Huy Nguyen' => 'huy@pinterest.com', 'Garrett Moon' => 'garrett@excitedpixel.com', 'Scott Goodson' => 'scottgoodson@gmail.com', 'Michael Schneider' => 'schneider@pinterest.com', 'Adlai Holler' => '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'