From b1cfd76cee0db73e26b5a13d886a4213c21c7aba Mon Sep 17 00:00:00 2001 From: Ahmed Denison-Afifi Date: Tue, 14 Mar 2017 05:34:06 -0700 Subject: [PATCH] Update example podfile platform to match AsyncDisplayKit (#3176) * Update podfile platform --- examples_extra/ASLayoutSpecPlayground-Swift/Podfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/examples_extra/ASLayoutSpecPlayground-Swift/Podfile b/examples_extra/ASLayoutSpecPlayground-Swift/Podfile index dcbb49798f..44f51a2a4c 100644 --- a/examples_extra/ASLayoutSpecPlayground-Swift/Podfile +++ b/examples_extra/ASLayoutSpecPlayground-Swift/Podfile @@ -1,7 +1,6 @@ source 'https://github.com/CocoaPods/Specs.git' -platform :ios, '7.1' +platform :ios, '8.0' use_frameworks! target 'Sample' do pod 'AsyncDisplayKit', :path => '../..' end -