|
1 | 1 | Pod::Spec.new do |spec| |
2 | | - spec.name = 'AsyncDisplayKit' |
| 2 | + spec.name = 'Texture' |
3 | 3 | spec.version = '2.2' |
4 | 4 | spec.license = { :type => 'BSD' } |
5 | 5 | 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' } |
7 | 7 | 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' |
9 | 10 |
|
10 | 11 | spec.documentation_url = 'http://asyncdisplaykit.org/appledoc/' |
11 | 12 |
|
@@ -45,18 +46,18 @@ Pod::Spec.new do |spec| |
45 | 46 | spec.subspec 'PINRemoteImage' do |pin| |
46 | 47 | pin.dependency 'PINRemoteImage/iOS', '= 3.0.0-beta.9' |
47 | 48 | pin.dependency 'PINRemoteImage/PINCache' |
48 | | - pin.dependency 'AsyncDisplayKit/Core' |
| 49 | + pin.dependency 'Texture/Core' |
49 | 50 | end |
50 | 51 |
|
51 | 52 | spec.subspec 'IGListKit' do |igl| |
52 | 53 | igl.dependency 'IGListKit', '2.1.0' |
53 | | - igl.dependency 'AsyncDisplayKit/Core' |
| 54 | + igl.dependency 'Texture/Core' |
54 | 55 | end |
55 | 56 |
|
56 | 57 | spec.subspec 'Yoga' do |yoga| |
57 | 58 | yoga.xcconfig = { 'GCC_PREPROCESSOR_DEFINITIONS' => '$(inherited) YOGA=1' } |
58 | 59 | yoga.dependency 'Yoga', '1.0.2' |
59 | | - yoga.dependency 'AsyncDisplayKit/Core' |
| 60 | + yoga.dependency 'Texture/Core' |
60 | 61 | end |
61 | 62 |
|
62 | 63 | # Include optional PINRemoteImage module |
|
0 commit comments