From 65d73194ec8af9f3dbdd100e5afe1b7a7c7dde2d Mon Sep 17 00:00:00 2001 From: Joan Martin Date: Fri, 13 Nov 2015 12:37:24 +0100 Subject: [PATCH] Updating podspec to version 1.4.2 --- Motis.podspec.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Motis.podspec.json b/Motis.podspec.json index ec10989..2262315 100644 --- a/Motis.podspec.json +++ b/Motis.podspec.json @@ -1,6 +1,6 @@ { "name": "Motis", - "version": "1.4.1", + "version": "1.4.2", "summary": "Easy JSON to NSObject mapping", "description": "Map and set your JSON objects to objective-C objects using Cocoa's KeyValueCoding. This category sets a minimalist set of methods to map the JSON keys into class properties and set your JSON objects into NSObjects subclasses.\n\t\t \nFor a basic overview of how Motis works checkout the Mobile Jazz blog post: http://blog.mobilejazz.cat/ios-using-kvc-to-parse-json\n\nSimple & Powerful.", "homepage": "https://github.com/mobilejazz/Motis", @@ -14,7 +14,7 @@ "social_media_url": "http://twitter.com/mobilejazzcat", "source": { "git": "https://github.com/mobilejazz/Motis.git", - "tag": "1.4.1" + "tag": "1.4.2" }, "source_files": [ "Motis.h",