Skip to content

Commit 2a71db1

Browse files
committed
Add watchOS and tvOS support.
1 parent 8be23f4 commit 2a71db1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

MJExtension.podspec

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
Pod::Spec.new do |s|
22
s.name = "MJExtension"
3-
s.version = "3.2.5"
3+
s.version = "3.3.0"
44
s.ios.deployment_target = '9.0'
55
s.osx.deployment_target = '10.8'
6+
s.tvos.deployment_target = '9.0'
7+
s.watchos.deployment_target = '2.0'
68
s.summary = "A fast and convenient conversion between JSON and model"
79
s.homepage = "https://github.com/CoderMJLee/MJExtension"
810
s.license = "MIT"

0 commit comments

Comments
 (0)