blob: 82e2e553e8d312730590209fa96aac5cc9ff6f9d [file] [log] [blame]
{
"name": "NSString+SmartTrim",
"version": "1.0.0",
"summary": "Trims a string to a given length, including support for prefixes and suffixes.",
"homepage": "https://github.com/needbee/nsstring-smarttrim",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Josh Justice": "josh@need-bee.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/needbee/nsstring-smarttrim.git",
"tag": "1.0.0"
},
"source_files": [
"src",
"src/**/*.{h,m}"
],
"requires_arc": false
}