Skip to content

Commit 61c2bc4

Browse files
committed
Texture Podspec
1 parent 71a2f35 commit 61c2bc4

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
Pod::Spec.new do |spec|
2-
spec.name = 'AsyncDisplayKit'
2+
spec.name = 'Texture'
33
spec.version = '2.2'
44
spec.license = { :type => 'BSD' }
55
spec.homepage = 'http://asyncdisplaykit.org'
6-
spec.authors = { 'Scott Goodson' => '[email protected]' }
6+
spec.authors = { 'Huy Nguyen' => '[email protected]', 'Garrett Moon' => '[email protected]', 'Scott Goodson' => 'scottgoodson@gmail.com', 'Michael Schneider' => '[email protected]', 'Adlai Hollar' => 'adlai@pinterest.com' }
77
spec.summary = 'Smooth asynchronous user interfaces for iOS apps.'
8-
spec.source = { :git => 'https://github.com/facebook/AsyncDisplayKit.git', :tag => spec.version.to_s }
8+
spec.source = { :git => 'https://github.com/TextureGroup/Texture.git', :tag => spec.version.to_s }
9+
spec.module_name = 'AsyncDisplayKit'
910

1011
spec.documentation_url = 'http://asyncdisplaykit.org/appledoc/'
1112

@@ -45,18 +46,18 @@ Pod::Spec.new do |spec|
4546
spec.subspec 'PINRemoteImage' do |pin|
4647
pin.dependency 'PINRemoteImage/iOS', '= 3.0.0-beta.9'
4748
pin.dependency 'PINRemoteImage/PINCache'
48-
pin.dependency 'AsyncDisplayKit/Core'
49+
pin.dependency 'Texture/Core'
4950
end
5051

5152
spec.subspec 'IGListKit' do |igl|
5253
igl.dependency 'IGListKit', '2.1.0'
53-
igl.dependency 'AsyncDisplayKit/Core'
54+
igl.dependency 'Texture/Core'
5455
end
5556

5657
spec.subspec 'Yoga' do |yoga|
5758
yoga.xcconfig = { 'GCC_PREPROCESSOR_DEFINITIONS' => '$(inherited) YOGA=1' }
5859
yoga.dependency 'Yoga', '1.0.2'
59-
yoga.dependency 'AsyncDisplayKit/Core'
60+
yoga.dependency 'Texture/Core'
6061
end
6162

6263
# Include optional PINRemoteImage module

0 commit comments

Comments
 (0)