[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / d / a / f / URLQueryItemEncoder / 0.2.0 / URLQueryItemEncoder.podspec.json
blobf3487085761e8415d65a98c7450c198a249611bd
2   "name": "URLQueryItemEncoder",
3   "version": "0.2.0",
4   "summary": "A Swift Encoder for encoding any Encodable value into an array of URLQueryItem.",
5   "description": "A Swift Encoder for encoding any Encodable value into an array of URLQueryItem. As part of the SE-0166, Swift has a foundation for any type to define how its value should be archived. This encoder allows you to encode those value into an array of URLQueryItem which represent that value in one command.",
6   "homepage": "https://github.com/pitiphong-p/URLQueryItemEncoder",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Pitiphong Phongpattranont": "pitiphong.p@me.com"
13   },
14   "social_media_url": "http://twitter.com/pitiphong_p",
15   "platforms": {
16     "ios": "8.0",
17     "osx": "10.10"
18   },
19   "source": {
20     "git": "https://github.com/pitiphong-p/URLQueryItemEncoder.git",
21     "tag": "0.2.0"
22   },
23   "source_files": "URLQueryItemEncoder",
24   "xcconfig": {
25     "SWIFT_VERSION": "4.0"
26   },
27   "pushed_with_swift_version": "4.0"