blob: 2c497bd3f4eedd904b7bd5e3a972c69fa0b0e864 [file] [log] [blame]
{
"name": "AZEncodeURIComponent",
"version": "1.0.0",
"summary": "A Port of encodeURIComponent().",
"description": " AZEncodeURIComponent escapes all characters except the following: `alphabetic, decimal digits, - _ . ! ~ * ' ( )`\n",
"homepage": "https://github.com/azu/AZEncodeURIComponent",
"license": "MIT",
"authors": {
"azu": "azuciao@gmail.com"
},
"source": {
"git": "https://github.com/azu/AZEncodeURIComponent.git",
"tag": "1.0.0"
},
"social_media_url": "https://twitter.com/azu_re",
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "Pod/Classes"
}