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