blob: a6a4ecbbf76c49b5e30b33e6e2e70a6abacbb412 [file] [log] [blame]
{
"name": "PercentEncoder",
"version": "0.8.2",
"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": "0.8.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "PercentEncoder/*.swift",
"requires_arc": true
}