4 "summary": "Easy JSON to NSObject mapping using Cocoa's Key Value Coding (KVC)",
5 "description": " Parse and set your JSON objects to objective-C objects using Cocoa's KeyValueCoding.\n\t\t This category sets a minimalist set of methods to map the JSON keys into class properties and parse and set your JSON objects into NSObjects subclasses.\n\n\t\t For a basic overview of how Motis works checkout the MobileJazz blog post:\n\t\t http://blog.mobilejazz.cat/ios-using-kvc-to-parse-json\n\n\t\t Simple & Powerful!\n",
6 "homepage": "https://github.com/mobilejazz/Motis",
8 "type": "Apache License, Version 2.0",
12 "Mobile Jazz": "info@mobilejazz.cat"
14 "social_media_url": "http://twitter.com/mobilejazzcat",
16 "git": "https://github.com/mobilejazz/Motis.git",
21 "NSObject+Motis.{h,m}"
23 "frameworks": "Foundation",