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

Commit

Permalink
Merge branch 'release/1.4.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
vilanovi committed Nov 13, 2015
2 parents e2ea6be + 65d7319 commit 38c536a
Showing 1 changed file with 2 additions and 2 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.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",
Expand All @@ -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",
Expand Down

0 comments on commit 38c536a

Please sign in to comment.