Skip to content

Commit 8be23f4

Browse files
committed
Set iOS deployment_target to 9.0 from 8.0
1 parent eadfc6d commit 8be23f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MJExtension.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22
s.name = "MJExtension"
33
s.version = "3.2.5"
4-
s.ios.deployment_target = '8.0'
4+
s.ios.deployment_target = '9.0'
55
s.osx.deployment_target = '10.8'
66
s.summary = "A fast and convenient conversion between JSON and model"
77
s.homepage = "https://github.com/CoderMJLee/MJExtension"

0 commit comments

Comments
 (0)