Skip to content

Commit

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

0 comments on commit 93c9972

Please sign in to comment.