From 3522c81d5e588cf3ef87a1c6ff9841b9ab731c2b Mon Sep 17 00:00:00 2001 From: Garrett Moon Date: Wed, 15 Mar 2017 16:03:55 -0700 Subject: [PATCH] Update examples --- examples/ASCollectionView/Podfile | 2 +- examples/ASDKLayoutTransition/Podfile | 4 ++-- examples/ASDKTube/Podfile | 2 +- examples/ASMapNode/Podfile | 2 +- examples/ASViewController/Podfile | 2 +- examples/AnimatedGIF/Podfile | 2 +- examples/AsyncDisplayKitOverview/Podfile | 2 +- examples/CatDealsCollectionView/Podfile | 2 +- examples/CustomCollectionView-Swift/Podfile | 2 +- examples/CustomCollectionView/Podfile | 2 +- examples/HorizontalWithinVerticalScrolling/Podfile | 2 +- examples/Kittens/Podfile | 2 +- examples/LayoutSpecExamples-Swift/Podfile | 2 +- examples/LayoutSpecExamples/Podfile | 2 +- examples/PagerNode/Podfile | 2 +- examples/SocialAppLayout-Inverted/Podfile | 2 +- examples/SocialAppLayout/Podfile | 2 +- 17 files changed, 18 insertions(+), 18 deletions(-) diff --git a/examples/ASCollectionView/Podfile b/examples/ASCollectionView/Podfile index 7a8d8c1a00..922ff50ec1 100644 --- a/examples/ASCollectionView/Podfile +++ b/examples/ASCollectionView/Podfile @@ -1,6 +1,6 @@ source 'https://github.com/CocoaPods/Specs.git' platform :ios, '8.0' target 'Sample' do - pod 'AsyncDisplayKit', :path => '../..' + pod 'Texture', :path => '../..' end diff --git a/examples/ASDKLayoutTransition/Podfile b/examples/ASDKLayoutTransition/Podfile index 32b4c3336e..90c6ad7ea8 100644 --- a/examples/ASDKLayoutTransition/Podfile +++ b/examples/ASDKLayoutTransition/Podfile @@ -1,6 +1,6 @@ source 'https://github.com/CocoaPods/Specs.git' platform :ios, '8.0' target 'Sample' do - pod 'AsyncDisplayKit', :path => '../..' - pod 'AsyncDisplayKit/Yoga', :path => '../..' + pod 'Texture', :path => '../..' + pod 'Texture/Yoga', :path => '../..' end diff --git a/examples/ASDKTube/Podfile b/examples/ASDKTube/Podfile index defaf55058..b75e492fab 100644 --- a/examples/ASDKTube/Podfile +++ b/examples/ASDKTube/Podfile @@ -1,5 +1,5 @@ source 'https://github.com/CocoaPods/Specs.git' platform :ios, '8.0' target 'Sample' do - pod 'AsyncDisplayKit', :path => '../..' + pod 'Texture', :path => '../..' end diff --git a/examples/ASMapNode/Podfile b/examples/ASMapNode/Podfile index 7a8d8c1a00..922ff50ec1 100644 --- a/examples/ASMapNode/Podfile +++ b/examples/ASMapNode/Podfile @@ -1,6 +1,6 @@ source 'https://github.com/CocoaPods/Specs.git' platform :ios, '8.0' target 'Sample' do - pod 'AsyncDisplayKit', :path => '../..' + pod 'Texture', :path => '../..' end diff --git a/examples/ASViewController/Podfile b/examples/ASViewController/Podfile index 7a8d8c1a00..922ff50ec1 100644 --- a/examples/ASViewController/Podfile +++ b/examples/ASViewController/Podfile @@ -1,6 +1,6 @@ source 'https://github.com/CocoaPods/Specs.git' platform :ios, '8.0' target 'Sample' do - pod 'AsyncDisplayKit', :path => '../..' + pod 'Texture', :path => '../..' end diff --git a/examples/AnimatedGIF/Podfile b/examples/AnimatedGIF/Podfile index 7a8d8c1a00..922ff50ec1 100644 --- a/examples/AnimatedGIF/Podfile +++ b/examples/AnimatedGIF/Podfile @@ -1,6 +1,6 @@ source 'https://github.com/CocoaPods/Specs.git' platform :ios, '8.0' target 'Sample' do - pod 'AsyncDisplayKit', :path => '../..' + pod 'Texture', :path => '../..' end diff --git a/examples/AsyncDisplayKitOverview/Podfile b/examples/AsyncDisplayKitOverview/Podfile index 95777ae876..84d7dee82e 100644 --- a/examples/AsyncDisplayKitOverview/Podfile +++ b/examples/AsyncDisplayKitOverview/Podfile @@ -5,6 +5,6 @@ platform :ios, '8.0' # use_frameworks! target 'Sample' do - pod 'AsyncDisplayKit', :path => '../..' + pod 'Texture', :path => '../..' end diff --git a/examples/CatDealsCollectionView/Podfile b/examples/CatDealsCollectionView/Podfile index defaf55058..b75e492fab 100644 --- a/examples/CatDealsCollectionView/Podfile +++ b/examples/CatDealsCollectionView/Podfile @@ -1,5 +1,5 @@ source 'https://github.com/CocoaPods/Specs.git' platform :ios, '8.0' target 'Sample' do - pod 'AsyncDisplayKit', :path => '../..' + pod 'Texture', :path => '../..' end diff --git a/examples/CustomCollectionView-Swift/Podfile b/examples/CustomCollectionView-Swift/Podfile index 77782621e2..a0eec32ed0 100644 --- a/examples/CustomCollectionView-Swift/Podfile +++ b/examples/CustomCollectionView-Swift/Podfile @@ -4,5 +4,5 @@ platform :ios, '8.0' use_frameworks! target 'Sample' do - pod 'AsyncDisplayKit', :path => '../..' + pod 'Texture', :path => '../..' end \ No newline at end of file diff --git a/examples/CustomCollectionView/Podfile b/examples/CustomCollectionView/Podfile index defaf55058..b75e492fab 100644 --- a/examples/CustomCollectionView/Podfile +++ b/examples/CustomCollectionView/Podfile @@ -1,5 +1,5 @@ source 'https://github.com/CocoaPods/Specs.git' platform :ios, '8.0' target 'Sample' do - pod 'AsyncDisplayKit', :path => '../..' + pod 'Texture', :path => '../..' end diff --git a/examples/HorizontalWithinVerticalScrolling/Podfile b/examples/HorizontalWithinVerticalScrolling/Podfile index defaf55058..b75e492fab 100644 --- a/examples/HorizontalWithinVerticalScrolling/Podfile +++ b/examples/HorizontalWithinVerticalScrolling/Podfile @@ -1,5 +1,5 @@ source 'https://github.com/CocoaPods/Specs.git' platform :ios, '8.0' target 'Sample' do - pod 'AsyncDisplayKit', :path => '../..' + pod 'Texture', :path => '../..' end diff --git a/examples/Kittens/Podfile b/examples/Kittens/Podfile index defaf55058..b75e492fab 100644 --- a/examples/Kittens/Podfile +++ b/examples/Kittens/Podfile @@ -1,5 +1,5 @@ source 'https://github.com/CocoaPods/Specs.git' platform :ios, '8.0' target 'Sample' do - pod 'AsyncDisplayKit', :path => '../..' + pod 'Texture', :path => '../..' end diff --git a/examples/LayoutSpecExamples-Swift/Podfile b/examples/LayoutSpecExamples-Swift/Podfile index 4013adc2f2..8458e64c60 100644 --- a/examples/LayoutSpecExamples-Swift/Podfile +++ b/examples/LayoutSpecExamples-Swift/Podfile @@ -4,5 +4,5 @@ platform :ios, '8.0' use_frameworks! target 'Sample' do - pod 'AsyncDisplayKit', :path => '../..' + pod 'Texture', :path => '../..' end diff --git a/examples/LayoutSpecExamples/Podfile b/examples/LayoutSpecExamples/Podfile index 7a8d8c1a00..922ff50ec1 100644 --- a/examples/LayoutSpecExamples/Podfile +++ b/examples/LayoutSpecExamples/Podfile @@ -1,6 +1,6 @@ source 'https://github.com/CocoaPods/Specs.git' platform :ios, '8.0' target 'Sample' do - pod 'AsyncDisplayKit', :path => '../..' + pod 'Texture', :path => '../..' end diff --git a/examples/PagerNode/Podfile b/examples/PagerNode/Podfile index defaf55058..b75e492fab 100644 --- a/examples/PagerNode/Podfile +++ b/examples/PagerNode/Podfile @@ -1,5 +1,5 @@ source 'https://github.com/CocoaPods/Specs.git' platform :ios, '8.0' target 'Sample' do - pod 'AsyncDisplayKit', :path => '../..' + pod 'Texture', :path => '../..' end diff --git a/examples/SocialAppLayout-Inverted/Podfile b/examples/SocialAppLayout-Inverted/Podfile index defaf55058..b75e492fab 100644 --- a/examples/SocialAppLayout-Inverted/Podfile +++ b/examples/SocialAppLayout-Inverted/Podfile @@ -1,5 +1,5 @@ source 'https://github.com/CocoaPods/Specs.git' platform :ios, '8.0' target 'Sample' do - pod 'AsyncDisplayKit', :path => '../..' + pod 'Texture', :path => '../..' end diff --git a/examples/SocialAppLayout/Podfile b/examples/SocialAppLayout/Podfile index defaf55058..b75e492fab 100644 --- a/examples/SocialAppLayout/Podfile +++ b/examples/SocialAppLayout/Podfile @@ -1,5 +1,5 @@ source 'https://github.com/CocoaPods/Specs.git' platform :ios, '8.0' target 'Sample' do - pod 'AsyncDisplayKit', :path => '../..' + pod 'Texture', :path => '../..' end