Skip to content

Commit 7b76fa3

Browse files
authored
Update JSONCore.podspec
1 parent 1c4a0a5 commit 7b76fa3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

JSONCore.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Pod::Spec.new do |s|
22
s.name = "JSONCore"
33
s.version = "0.0.2"
44
s.ios.deployment_target = '7.0'
5-
s.osx.deployment_target = '10.8'
5+
s.osx.deployment_target = '10.7'
66
s.summary = "A fast and convenient conversion between JSON and model"
77
s.homepage = "https://github.com/kbonana/JSONCore"
88
s.license = "MIT"
@@ -11,4 +11,4 @@ Pod::Spec.new do |s|
1111
s.source = { :git => "https://github.com/kbonana/JSONCore.git", :tag => s.version }
1212
s.source_files = "JSONCore"
1313
s.requires_arc = true
14-
end
14+
end

0 commit comments

Comments
 (0)