Skip to content

Commit 2082d4b

Browse files
author
Dominic Frei
committed
[M] Updated Podspec.
1 parent cfc350c commit 2082d4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

JSONPatchSwift.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
Pod::Spec.new do |s|
33

44
s.name = "JSONPatchSwift"
5-
s.version = "1.0"
5+
s.version = "1.1"
66
s.summary = "A RFC 6902 compliant implementation of JSONPatch in Swift."
77
s.description = <<-DESC
88
JSONPatchSwift is an implementation of JSONPatch (RFC 6902) in pure Swift.
99
DESC
1010
s.homepage = "https://www.github.com/EXXETA/JSONPatchSwift"
1111
s.license = { :type => "Apache License, Version 2.0", :file => "LICENSE.txt" }
1212
s.author = { "Dominic Frei" => "[email protected]", "Sebastian Schmidt" => "[email protected]", "Peer Becker" => "[email protected]" }
13-
s.source = { :git => "https://github.com/EXXETA/JSONPatchSwift.git", :tag => "1.0" }
13+
s.source = { :git => "https://github.com/EXXETA/JSONPatchSwift.git", :tag => "1.1" }
1414
s.source_files = "JsonPatchSwift"
1515
s.platform = :ios, "9.0"
1616
s.dependency "SwiftyJSON"

0 commit comments

Comments
 (0)