blob: b09bd3629e9d21df6fd8509ba300c49a671e487d [file] [log] [blame]
{
"name": "Motis",
"version": "0.4.3",
"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 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 For a basic overview of how Motis works checkout the MobileJazz blog post: http://blog.mobilejazz.cat/ios-using-kvc-to-parse-json\n\t\t \n 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.4.3"
},
"source_files": [
"Motis.h",
"NSObject+Motis.{h,m}"
],
"frameworks": "Foundation",
"requires_arc": true
}