Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

Commit

Permalink
Upgrading podspec to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vilanovi committed Oct 21, 2014
1 parent 2dee0ba commit 8a34e4d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Motis.podspec.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 8a34e4d

Please sign in to comment.