blob: 108e31c764f69eff3fc966087f46272dde4a1322 [file] [log] [blame]
{
"name": "NSString-UrlEncode",
"version": "2.0.0",
"summary": "Category that adds URLEncode and URLDecode to NSString.",
"homepage": "https://github.com/kevinrenskers/NSString-URLEncode",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Kevin Renskers": "info@mixedcase.nl"
},
"platforms": {
"ios": null
},
"requires_arc": true,
"source": {
"git": "https://github.com/kevinrenskers/NSString-URLEncode.git",
"tag": "2.0.0"
},
"source_files": "*.{h,m}"
}