We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8be23f4 commit 2a71db1Copy full SHA for 2a71db1
MJExtension.podspec
@@ -1,8 +1,10 @@
1
Pod::Spec.new do |s|
2
s.name = "MJExtension"
3
- s.version = "3.2.5"
+ s.version = "3.3.0"
4
s.ios.deployment_target = '9.0'
5
s.osx.deployment_target = '10.8'
6
+ s.tvos.deployment_target = '9.0'
7
+ s.watchos.deployment_target = '2.0'
8
s.summary = "A fast and convenient conversion between JSON and model"
9
s.homepage = "https://github.com/CoderMJLee/MJExtension"
10
s.license = "MIT"
0 commit comments