[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / d / a / f / URLQueryItemEncoder / 0.2.3 / URLQueryItemEncoder.podspec.json
blobef298c8e7b9ce266f0713357877e90f019184c6b
2   "name": "URLQueryItemEncoder",
3   "version": "0.2.3",
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.3"
22   },
23   "source_files": "URLQueryItemEncoder",
24   "xcconfig": {
25     "SWIFT_VERSION": "5.0"
26   }