[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / c / 8 / d / QuerySerialization / 1.1.1 / QuerySerialization.podspec.json
blobefcf29b0b453dba03523bb5dae6ebabd4668ca34
2   "name": "QuerySerialization",
3   "version": "1.1.1",
4   "summary": "Encode and Decode Query Strings in Swift",
5   "description": "QuerySerialization allows you to encode dictionaries into query strings, and to decode query strings to dictionaries. It also supports automatic percent encoding/decoding.",
6   "homepage": "https://github.com/alexaubry/QuerySerialization",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Alexis Aubry Radanovic": "aleks@alexis-aubry-radanovic.me"
13   },
14   "social_media_url": "https://twitter.com/_alexaubry",
15   "platforms": {
16     "ios": "8.0",
17     "osx": "10.9",
18     "watchos": "2.0",
19     "tvos": "9.0"
20   },
21   "source": {
22     "git": "https://github.com/alexaubry/QuerySerialization.git",
23     "tag": "1.1.1"
24   },
25   "source_files": "Sources/**/*",
26   "frameworks": "Foundation",
27   "documentation_url": "https://alexaubry.github.io/QuerySerialization",
28   "pushed_with_swift_version": "4.0",
29   "deprecated": true