Skip to content

Commit 49668a7

Browse files
committed
Bump podpsec info
1 parent 76821f2 commit 49668a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

JSONValue.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "JSONValue"
3-
s.version = "1.1"
3+
s.version = "2.0"
44
s.summary = "Simple, type-safe JSON object representations!"
55

66
s.description = <<-DESC
@@ -13,7 +13,7 @@ JSONValue is a simple enum that provides type-safe JSON data access. It incorpor
1313
s.social_media_url = "http://twitter.com/ketzusaka"
1414
s.ios.deployment_target = '8.0'
1515
s.osx.deployment_target = '10.10'
16-
s.source = { :git => "https://github.com/Weebly/JSONValue.git", :tag => "v1.1" }
16+
s.source = { :git => "https://github.com/Weebly/JSONValue.git", :tag => "v2.0" }
1717
s.source_files = 'JSONValue/JSONValue.swift', 'JSONValue/JSONValueCoder.swift', 'JSONValue/JSONValueJSONDataCoder.swift'
1818
s.requires_arc = true
1919
end

0 commit comments

Comments
 (0)