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