Skip to content

Commit

Permalink
Texture Podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettmoon committed Mar 15, 2017
1 parent a81d400 commit 043f415
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions AsyncDisplayKit.podspec → Texture.podspec
Original file line number Diff line number Diff line change
@@ -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/'

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 043f415

Please sign in to comment.