From 043f41508412138de3a8c05ac645a7a25a012e4c Mon Sep 17 00:00:00 2001 From: Garrett Moon Date: Wed, 15 Mar 2017 15:39:54 -0700 Subject: [PATCH] Texture Podspec --- AsyncDisplayKit.podspec => Texture.podspec | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) rename AsyncDisplayKit.podspec => Texture.podspec (82%) diff --git a/AsyncDisplayKit.podspec b/Texture.podspec similarity index 82% rename from AsyncDisplayKit.podspec rename to Texture.podspec index e106d9b72..d25b3b17c 100644 --- a/AsyncDisplayKit.podspec +++ b/Texture.podspec @@ -1,11 +1,12 @@ Pod::Spec.new do |spec| - spec.name = 'AsyncDisplayKit' + spec.name = 'Texture' spec.version = '2.2' spec.license = { :type => 'BSD' } spec.homepage = 'http://asyncdisplaykit.org' - spec.authors = { 'Scott Goodson' => 'scottgoodson@gmail.com' } + 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/facebook/AsyncDisplayKit.git', :tag => spec.version.to_s } + spec.source = { :git => 'https://github.com/TextureGroup/Texture.git', :tag => spec.version.to_s } + spec.module_name = 'AsyncDisplayKit' spec.documentation_url = 'http://asyncdisplaykit.org/appledoc/' @@ -48,20 +49,20 @@ Pod::Spec.new do |spec| pin.xcconfig = { 'GCC_PREPROCESSOR_DEFINITIONS' => '$(inherited) PIN_REMOTE_IMAGE=1' } pin.dependency 'PINRemoteImage/iOS', '= 3.0.0-beta.8' pin.dependency 'PINRemoteImage/PINCache' - pin.dependency 'AsyncDisplayKit/Core' + pin.dependency 'Texture/Core' end spec.subspec 'IGListKit' do |igl| # Note: The core.prefix_header_file includes setup of IG_LIST_KIT, so the line below could be removed. igl.xcconfig = { 'GCC_PREPROCESSOR_DEFINITIONS' => '$(inherited) IG_LIST_KIT=1' } igl.dependency 'IGListKit', '2.1.0' - igl.dependency 'AsyncDisplayKit/Core' + igl.dependency 'Texture/Core' end spec.subspec 'Yoga' do |yoga| yoga.xcconfig = { 'GCC_PREPROCESSOR_DEFINITIONS' => '$(inherited) YOGA=1' } yoga.dependency 'Yoga', '1.0.2' - yoga.dependency 'AsyncDisplayKit/Core' + yoga.dependency 'Texture/Core' end # Include optional PINRemoteImage module