Skip to content

Commit

Permalink
Set iOS deployment_target to 9.0 from 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfcon committed Mar 22, 2021
1 parent eadfc6d commit 8be23f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MJExtension.podspec
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = "MJExtension"
s.version = "3.2.5"
s.ios.deployment_target = '8.0'
s.ios.deployment_target = '9.0'
s.osx.deployment_target = '10.8'
s.summary = "A fast and convenient conversion between JSON and model"
s.homepage = "https://github.com/CoderMJLee/MJExtension"
Expand Down

0 comments on commit 8be23f4

Please sign in to comment.