blob: c46314286c3ab6d32e5eace560cd9dd6e2d5089a [file] [log] [blame]
{
"name": "NSString-UrlEncode",
"version": "2.1.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": "7.0",
"tvos": "9.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/kevinrenskers/NSString-URLEncode.git",
"tag": "2.1.0"
},
"source_files": "*.{h,m}"
}