Skip to content

Commit 9917155

Browse files
author
Vlad
committed
Fix deployment target
1 parent d155f38 commit 9917155

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CalendarManager.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Pod::Spec.new do |s|
66
s.homepage = "http://www.shoutem.com"
77
s.license = { :type => "BSD" }
88
s.author = { "Vladimir Vdović" => "vlad@definitely-not-vlad.com" }
9-
s.platforms = { :ios => "10.0" }
9+
s.platforms = { :ios => "8.0" }
1010
s.source = { :git => "https://github.com/shoutem/react-native-calendar-manager.git", :tag => "1.0" }
1111

1212
s.source_files = '**/*.{h,m}'

0 commit comments

Comments
 (0)