blob: b64f7ae7be62f4c321ce35324249897b6f081889 [file] [log] [blame]
{
"name": "NSString-ZENInflections",
"version": "1.1",
"summary": "Returns camelCased, UpperCamelCased, dashed-case, snake_cased, humanized representations of an NSString",
"description": " * Returns camelCased, UpperCamelCased, dashed-case, snake_cased, humanized representations of an NSString\n",
"homepage": "https://github.com/zenangst/NSString-ZENInflections",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Christoffer Winterkvist": "christoffer@winterkvist.com"
},
"social_media_url": "http://twitter.com/zenangst",
"platforms": {
"ios": "6.0",
"osx": "10.8"
},
"source": {
"git": "https://github.com/zenangst/NSString-ZENInflections.git",
"tag": "1.1"
},
"source_files": "NSString-ZENInflections/",
"frameworks": "Foundation",
"requires_arc": true
}