blob: 2bb1a8479852678dd28f6f72fbe3a04d29b74479 [file] [log] [blame]
{
"name": "NSString+Case",
"version": "1.0.0",
"summary": "Helper methods for modifying string case",
"homepage": "https://github.com/needbee/nsstring-case",
"license": "MIT",
"authors": {
"Josh Justice": "josh@need-bee.com"
},
"source": {
"git": "https://github.com/needbee/nsstring-case.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": [
"src",
"src/**/*.{h,m}"
]
}