blob: 7eb5ab76e075ce9129b99ee8c9beb4601e936dc9 [file] [log] [blame]
{
"name": "Inflections",
"version": "1.0.0",
"summary": "Inflections is a port of several of the ActiveSupport Inflector methods into Objective C.",
"homepage": "https://github.com/adamelliot/Inflections",
"license": {
"type": "MIT",
"file": "MIT-LICENSE"
},
"authors": {
"Adam Elliot": "adam@adamelliot.com"
},
"source": {
"git": "https://github.com/adamelliot/Inflections.git",
"tag": "1.0.0"
},
"source_files": "NSString+Inflections.{h,m}",
"dependencies": {
"RegexKitLite": [
]
},
"requires_arc": false
}