blob: a38a748bf59ea0e98aeb5851bb4973ea5696aa7c [file] [log] [blame]
{
"name": "NSDictionary+TRVSUnderscoreCamelCaseAdditions",
"version": "0.1.0",
"summary": "Convert NSDictionary keys to/from under_score/camelCase. Useful when working with JSON APIs, etc.",
"homepage": "https://github.com/travisjeffery/NSDictionary-TRVSUnderscoreCamelCaseAdditions",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Travis Jeffery": "travisjeffery@gmail.com"
},
"source": {
"git": "https://github.com/travisjeffery/NSDictionary-TRVSUnderscoreCamelCaseAdditions.git",
"tag": "v0.1.0"
},
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"source_files": "*{.h,m}",
"requires_arc": true
}