blob: f70e86aafd107285b98c5d4625a5ff9e7a489016 [file] [log] [blame]
{
"name": "Minced",
"version": "0.4.0",
"summary": "Convert JSON keys to camelCase and optionally unnullify values",
"homepage": "https://github.com/hyperoslo/Minced",
"license": "MIT",
"authors": {
"Hyper AS": "teknologi@hyper.no"
},
"source": {
"git": "https://github.com/hyperoslo/Minced.git",
"tag": "0.4.0"
},
"social_media_url": "https://twitter.com/hyperoslo",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Source/**/*",
"dependencies": {
"NSString-HYPNetworking": [
"~> 0.2"
]
}
}