We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c4a0a5 commit 7b76fa3Copy full SHA for 7b76fa3
JSONCore.podspec
@@ -2,7 +2,7 @@ Pod::Spec.new do |s|
2
s.name = "JSONCore"
3
s.version = "0.0.2"
4
s.ios.deployment_target = '7.0'
5
- s.osx.deployment_target = '10.8'
+ s.osx.deployment_target = '10.7'
6
s.summary = "A fast and convenient conversion between JSON and model"
7
s.homepage = "https://github.com/kbonana/JSONCore"
8
s.license = "MIT"
@@ -11,4 +11,4 @@ Pod::Spec.new do |s|
11
s.source = { :git => "https://github.com/kbonana/JSONCore.git", :tag => s.version }
12
s.source_files = "JSONCore"
13
s.requires_arc = true
14
-end
+end
0 commit comments