From 332e0fe447367219a3623b8473cf3ed57c7e274b Mon Sep 17 00:00:00 2001 From: Johannes Lund Date: Mon, 12 Sep 2016 19:27:37 +0200 Subject: [PATCH] bump podspec --- Decodable.podspec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Decodable.podspec b/Decodable.podspec index 3b1f39c..f3a5870 100644 --- a/Decodable.podspec +++ b/Decodable.podspec @@ -1,8 +1,8 @@ Pod::Spec.new do |s| s.name = "Decodable" - s.version = "0.4.3" - s.summary = "Swift 2 JSON parsing done (more) right" - s.description = "Simple yet powerful object mapping made possible by Swift 2's new error handling. Greatly inspired by Argo, but without any functional programming and bizillion operators." + s.version = "0.5" + s.summary = "Swift JSON parsing done (more) right" + s.description = "Simple yet powerful object mapping made possible by Swift 2's error handling. Greatly inspired by Argo, but without any functional programming and bizillion operators." s.homepage = "https://github.com/Anviking/Decodable" s.license = 'MIT' s.author = { "Anviking" => "anviking@me.com" }