Skip to content

Commit

Permalink
Add watchOS and tvOS support.
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfcon committed Jun 16, 2021
1 parent 8be23f4 commit 2a71db1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion MJExtension.podspec
@@ -1,8 +1,10 @@
Pod::Spec.new do |s|
s.name = "MJExtension"
s.version = "3.2.5"
s.version = "3.3.0"
s.ios.deployment_target = '9.0'
s.osx.deployment_target = '10.8'
s.tvos.deployment_target = '9.0'
s.watchos.deployment_target = '2.0'
s.summary = "A fast and convenient conversion between JSON and model"
s.homepage = "https://github.com/CoderMJLee/MJExtension"
s.license = "MIT"
Expand Down

0 comments on commit 2a71db1

Please sign in to comment.