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 -