blob: 304f7b6f1e1ea2cc6a61c8e34ff33553c17479bc [file] [log] [blame]
{
"name": "Minced",
"version": "0.2",
"summary": "ObjectiveC-fy your JSON keys. Enables camelCase named model attributes when performing direct JSON to object mapping.",
"homepage": "https://github.com/hyperoslo/Minced",
"license": "MIT",
"authors": {
"Hyper AS": "teknologi@hyper.no"
},
"source": {
"git": "https://github.com/hyperoslo/Minced.git",
"tag": "0.2"
},
"social_media_url": "https://twitter.com/hyperoslo",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Source/**/*",
"dependencies": {
"NSString-HYPNetworking": [
"~> 0.2"
]
}
}