From 93c997228ed63a4c65d8741d403a9debbd649121 Mon Sep 17 00:00:00 2001 From: John Sundell Date: Tue, 26 Jul 2016 22:30:50 +0200 Subject: [PATCH] Bump Podspec to 1.9 --- Unbox.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Unbox.podspec b/Unbox.podspec index a65a270..e4fecb4 100644 --- a/Unbox.podspec +++ b/Unbox.podspec @@ -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! @@ -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