From 7e4c2529b630fbfaade94109e7c2b07d461b6aaf Mon Sep 17 00:00:00 2001 From: Vadym Markov Date: Mon, 6 Jul 2015 14:09:50 +0200 Subject: [PATCH] Support iOS > 8.0 --- Presentation.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Presentation.podspec b/Presentation.podspec index 0502c6b..383a714 100644 --- a/Presentation.podspec +++ b/Presentation.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.source = { :git => "https://github.com/hyperoslo/Presentation.git", :tag => s.version.to_s } s.social_media_url = 'https://twitter.com/hyperoslo' - s.platform = :ios, '7.0' + s.platform = :ios, '8.0' s.requires_arc = true s.source_files = 'Source/**/*'