[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / d / a / f / URLQueryItemEncoder / 0.1.0 / URLQueryItemEncoder.podspec.json
blobe77d134c3c788ddd1047bddfe7f83ee0711617f7
2   "name": "URLQueryItemEncoder",
3   "version": "0.1.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   },
18   "source": {
19     "git": "https://github.com/pitiphong-p/URLQueryItemEncoder.git",
20     "tag": "0.1.0"
21   },
22   "source_files": "URLQueryItemEncoder",
23   "xcconfig": {
24     "SWIFT_VERSION": "4.0"
25   },
26   "pushed_with_swift_version": "4.0"