We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76821f2 commit 49668a7Copy full SHA for 49668a7
JSONValue.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = "JSONValue"
3
- s.version = "1.1"
+ s.version = "2.0"
4
s.summary = "Simple, type-safe JSON object representations!"
5
6
s.description = <<-DESC
@@ -13,7 +13,7 @@ JSONValue is a simple enum that provides type-safe JSON data access. It incorpor
13
s.social_media_url = "http://twitter.com/ketzusaka"
14
s.ios.deployment_target = '8.0'
15
s.osx.deployment_target = '10.10'
16
- s.source = { :git => "https://github.com/Weebly/JSONValue.git", :tag => "v1.1" }
+ s.source = { :git => "https://github.com/Weebly/JSONValue.git", :tag => "v2.0" }
17
s.source_files = 'JSONValue/JSONValue.swift', 'JSONValue/JSONValueCoder.swift', 'JSONValue/JSONValueJSONDataCoder.swift'
18
s.requires_arc = true
19
end
0 commit comments