[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / f / 0 / e / ApiJsonKit / 1.0.0 / ApiJsonKit.podspec.json
blob3a507751485be8b00358989a4416b9fbe421b24b
2   "name": "ApiJsonKit",
3   "version": "1.0.0",
4   "summary": "A tool to simplify network calls and json decoding.",
5   "description": "Networking and decoding JSON are repetitive tasks. This framework provide tested implementation\nto simplify those tasks. It includes wrapper struct and/or classes around the Decodable protocol\nand URLSession.",
6   "homepage": "https://github.com/bachld97/ApiJsonKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Bach Le": "ldbach97@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/bachld97/ApiJsonKit.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "9.2"
20   },
21   "swift_versions": "5.0",
22   "source_files": "ApiJsonKit/Classes/**/*",
23   "swift_version": "5.0"