blob: b62ef3ac697c35b372510213384a4e4f6f2dea59 [file] [log] [blame]
{
"name": "PercentEncoder",
"version": "1.2.1",
"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.2.1"
},
"platforms": {
"ios": "8.0",
"tvos": "9.0"
},
"source_files": "PercentEncoder/*.swift",
"requires_arc": true,
"pushed_with_swift_version": "4.0"
}