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