From 8a34e4d59e14fb41853475c22de8971fc52af3ea Mon Sep 17 00:00:00 2001 From: Joan Martin Date: Tue, 21 Oct 2014 13:02:25 +0200 Subject: [PATCH] Upgrading podspec to 1.0.1 --- Motis.podspec.json | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Motis.podspec.json b/Motis.podspec.json index 7ad213c..2a89ebc 100644 --- a/Motis.podspec.json +++ b/Motis.podspec.json @@ -1,6 +1,6 @@ { "name": "Motis", - "version": "1.0.0", + "version": "1.0.1", "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.0.0" + "tag": "1.0.1" }, "source_files": [ "Motis.h", diff --git a/README.md b/README.md index c7526eb..c051aea 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Check our blog post entry [Using KVC to parse JSON](http://blog.mobilejazz.cat/i ## Get Motis -If you use Cocoa Pods, you can get Motis by adding to your podfile `pod 'Motis', '~>1.0.0'`. Otherwise, you will need to download the files `NSObject+Motis.h`, `NSObject+Motis.m` and `Motis.h`. +If you use Cocoa Pods, you can get Motis by adding to your podfile `pod 'Motis', '~>1.0.1'`. Otherwise, you will need to download the files `NSObject+Motis.h`, `NSObject+Motis.m` and `Motis.h`. ##Using Motis