blob: eb6e479710dcb1a6927ee5b724cdaf74c82765ea [file] [log] [blame]
{
"name": "PercentEncoder",
"version": "1.0.3",
"license": "MIT",
"summary": "PercentEncoder is a lightweight library to escape string using so called URL encoding in Swift",
"homepage": "https://github.com/tasanobu/PercentEncoder",
"social_media_url": "http://twitter.com/tasanobu",
"authors": {
"Kazunobu Tasaka": "tasanobu@gmail.com"
},
"source": {
"git": "https://github.com/tasanobu/PercentEncoder.git",
"tag": "1.0.3"
},
"platforms": {
"ios": "8.0"
},
"source_files": "PercentEncoder/*.swift",
"requires_arc": true
}