Skip to content

Commit 7e4c252

Browse files
committed
Support iOS > 8.0
1 parent 780ab51 commit 7e4c252

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Presentation.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Pod::Spec.new do |s|
88
s.source = { :git => "https://github.com/hyperoslo/Presentation.git", :tag => s.version.to_s }
99
s.social_media_url = 'https://twitter.com/hyperoslo'
1010

11-
s.platform = :ios, '7.0'
11+
s.platform = :ios, '8.0'
1212
s.requires_arc = true
1313

1414
s.source_files = 'Source/**/*'

0 commit comments

Comments
 (0)