blob: a250ed2154696b75b91332d157a6d49e8bb9c3a7 [file] [log] [blame]
{
"name": "Minced",
"version": "0.1",
"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.1"
},
"social_media_url": "https://twitter.com/hyperoslo",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Source/**/*",
"dependencies": {
"NSString-HYPNetworking": [
"~> 0.2"
]
}
}