blob: 1fede6113d5ea49fbf5bdef01dc6294a227f3d03 [file] [log] [blame]
{
"name": "ActiveSupportInflector",
"version": "0.0.1",
"summary": "Easily pluralize and singularize strings in Objective-C.",
"homepage": "https://github.com/tomafro/ActiveSupportInflector",
"authors": {
"Tom Ward": "tom@popdog.net"
},
"source": {
"git": "https://github.com/tomafro/ActiveSupportInflector.git",
"commit": "c281b5d8432f12ad59c86195fbd583cc228822b7"
},
"license": {
"type": "MIT",
"file": "MIT-LICENSE"
},
"description": "An Objective-C implementation of ActiveSupport's Inflector.",
"source_files": [
"ActiveSupportInflector.{h,m}",
"NSString+ActiveSupportInflector.{h,m}"
],
"resources": "ActiveSupportInflector.plist",
"requires_arc": false
}