blob: a09d5d1846d2e7cc805446ea6a2ad5771df47aba [file] [log] [blame]
{
"name": "QueryItemEncoder",
"version": "1.0.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.0.0"
},
"source_files": "QueryItemEncoder/**/*.{swift}",
"swift_version": "4.1",
"static_framework": true
}