Skip to content

Commit

Permalink
Bump Podspec to 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnSundell committed May 25, 2016
1 parent 2cbb125 commit 8a52bf7
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 = "1.5.2"
s.version = "1.6"
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 => "1.5.2" }
s.source = { :git => "https://github.com/JohnSundell/Unbox.git", :tag => "1.6" }
s.source_files = "Sources/Unbox.swift"
s.frameworks = "Foundation", "CoreGraphics"
end

0 comments on commit 8a52bf7

Please sign in to comment.