[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 0 / e / f / URLEncodedFormKit / 1.0.2 / URLEncodedFormKit.podspec.json
blob09ee2eb26c6573b774d96fea6f15b779f1342352
2   "name": "URLEncodedFormKit",
3   "version": "1.0.2",
4   "summary": "Parse and serialize url-encoded form data with Codable support",
5   "homepage": "https://github.com/ky1vstar/URLEncodedFormKit",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "ky1vstar": "general@ky1vstar.dev"
12   },
13   "source": {
14     "git": "https://github.com/ky1vstar/URLEncodedFormKit.git",
15     "tag": "1.0.2"
16   },
17   "swift_versions": "5.0",
18   "platforms": {
19     "ios": "10.0",
20     "tvos": "10.0",
21     "watchos": "3.0",
22     "osx": "10.12"
23   },
24   "source_files": "Sources/**/*",
25   "frameworks": "Foundation",
26   "swift_version": "5.0"