blob: 2a89ebcbc60f3ff7af63b7c1c93d9c187eba8f49 [file] [log] [blame]
{
"name": "Motis",
"version": "1.0.1",
"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",
"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": "1.0.1"
},
"source_files": [
"Motis.h",
"NSObject+Motis.{h,m}"
],
"frameworks": "Foundation",
"requires_arc": true
}