blob: 942c1adee7350059fb1602400c21f0063a7b4c7b [file] [log] [blame]
{
"name": "QueryItemEncoder",
"version": "1.1.0",
"summary": "Converts Encodable types into [URLQueryItem]",
"homepage": "https://github.com/Cyberbeni/QueryItemEncoder",
"description": "Converts Encodable types into [URLQueryItem], allowing developers to switch between json and url form encoding with very little changes.",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Benedek Kozma": "cyberbeni@gmail.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/Cyberbeni/QueryItemEncoder.git",
"tag": "1.1.0"
},
"source_files": "QueryItemEncoder/**/*.{swift}",
"swift_version": "4.1",
"static_framework": true
}