[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / c / 8 / d / QuerySerialization / 1.0.0 / QuerySerialization.podspec.json
blob67f8fecbab5c69bfdd58f85cfa9f8916f6fc96cf
2   "name": "QuerySerialization",
3   "version": "1.0.0",
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/leksantoine",
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.0.0"
24   },
25   "source_files": "Sources/**/*",
26   "frameworks": "Foundation",
27   "pushed_with_swift_version": "3.0.1",
28   "deprecated": true