blob: efcf29b0b453dba03523bb5dae6ebabd4668ca34 [file] [log] [blame]
{
"name": "QuerySerialization",
"version": "1.1.1",
"summary": "Encode and Decode Query Strings in Swift",
"description": "QuerySerialization allows you to encode dictionaries into query strings, and to decode query strings to dictionaries. It also supports automatic percent encoding/decoding.",
"homepage": "https://github.com/alexaubry/QuerySerialization",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Alexis Aubry Radanovic": "aleks@alexis-aubry-radanovic.me"
},
"social_media_url": "https://twitter.com/_alexaubry",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/alexaubry/QuerySerialization.git",
"tag": "1.1.1"
},
"source_files": "Sources/**/*",
"frameworks": "Foundation",
"documentation_url": "https://alexaubry.github.io/QuerySerialization",
"pushed_with_swift_version": "4.0",
"deprecated": true
}