[Add] ZohoDeskPortalAPIKit 4.0.5
[CocoaPods.git] / Specs / b / 5 / 1 / QueryItemEncoder / 1.0.0 / QueryItemEncoder.podspec.json
bloba09d5d1846d2e7cc805446ea6a2ad5771df47aba
2   "name": "QueryItemEncoder",
3   "version": "1.0.0",
4   "summary": "Converts Encodable types into [URLQueryItem]",
5   "homepage": "https://github.com/Cyberbeni/QueryItemEncoder",
6   "description": "Converts Encodable types into [URLQueryItem], allowing developers to switch between json and url form encoding with very little changes.",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "Benedek Kozma": "cyberbeni@gmail.com"
13   },
14   "platforms": {
15     "ios": "10.0"
16   },
17   "source": {
18     "git": "https://github.com/Cyberbeni/QueryItemEncoder.git",
19     "tag": "1.0.0"
20   },
21   "source_files": "QueryItemEncoder/**/*.{swift}",
22   "swift_version": "4.1",
23   "static_framework": true