Skip to content
This repository has been archived by the owner on Jun 18, 2019. It is now read-only.

Commit

Permalink
Bump Podspec to 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnSundell committed Oct 23, 2016
1 parent a0f1fd8 commit 0be5e80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Unbox.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Unbox"
s.version = "2.1.1"
s.version = "2.2.0"
s.summary = "The easy to use Swift JSON decoder."
s.description = <<-DESC
Unbox is an easy to use Swift JSON decoder. Don't spend hours writing JSON decoding code - just unbox it instead!
Expand All @@ -15,7 +15,7 @@ Pod::Spec.new do |s|
s.osx.deployment_target = "10.10"
s.watchos.deployment_target = "2.0"
s.tvos.deployment_target = "9.0"
s.source = { :git => "https://github.com/JohnSundell/Unbox.git", :tag => "2.1.1" }
s.source = { :git => "https://github.com/JohnSundell/Unbox.git", :tag => "2.2.0" }
s.source_files = "Sources/Unbox.swift"
s.frameworks = "Foundation", "CoreGraphics"
end

0 comments on commit 0be5e80

Please sign in to comment.