blob: 3adba968bd28a786173fc53fc0772d3529625604 [file] [log] [blame]
{
"name": "MTJSONDictionary",
"version": "0.0.2",
"summary": "An NSDictionary category for converting to/from JSON and support to keypaths ([dict valueForComplexKeyPath:@\"parents[0].children[first]\"]).",
"description": "An NSDictionary category for when you're working with it converting to/from JSON. Includes `valueForComplexKeyPath:` (e.g. [dict valueForComplexKeyPath:@\"parents[0].children[first].toys[last].title\"]).",
"homepage": "https://github.com/mysterioustrousers/MTJSONDictionary.git",
"license": "BSD",
"authors": {
"Adam Kirk": "atomkirk@gmail.com"
},
"source": {
"git": "https://github.com/mysterioustrousers/MTJSONDictionary.git",
"tag": "0.0.2"
},
"source_files": "MTJSONDictionary/*.{h,m}",
"requires_arc": true
}