blob: a5f17ea28ea11d2647febd6073e067dd03f56ac2 [file] [log] [blame]
{
"name": "Motis",
"version": "0.3.1",
"summary": "Easy JSON to NSObject mapping using Cocoa's Key Value Coding (KVC)",
"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\t\t \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\t\t \n\t\t Simple & Powerful!\n",
"homepage": "https://github.com/mobilejazz/Motis",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": {
"Mobile Jazz": "info@mobilejazz.cat"
},
"social_media_url": "http://twitter.com/mobilejazzcat",
"source": {
"git": "https://github.com/mobilejazz/Motis.git",
"tag": "0.3.1"
},
"source_files": "NSObject+Motis.{h,m}",
"frameworks": "Foundation",
"requires_arc": true
}