4 "summary": "Easy JSON to NSObject mapping",
5 "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.",
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}",
22 "MTSMotisObject.{h,m}"
24 "frameworks": "Foundation",