[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / f / 4 / d / POPAPIKit / 1.0.9 / POPAPIKit.podspec.json
blob8b4a1bba8ee9314618ffa5ffe6717b31c763c588
2   "name": "POPAPIKit",
3   "version": "1.0.9",
4   "summary": "A Protocol Oriented Networking Kit",
5   "description": "POPAPIKit is a pure Swift implemented and protocol oriented networking kit. POPAPIKit is highly inspired by [APIKit](https://github.com/ishkawa/APIKit)\nwhich created by [ishkawa](https://github.com/ishkawa).",
6   "homepage": "https://github.com/LawrenceHan/POPAPIKit",
7   "license": "MIT",
8   "authors": {
9     "LawrenceHan": "yangfei6565@163.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/LawrenceHan/POPAPIKit.git",
16     "tag": "1.0.9"
17   },
18   "source_files": "Sources/**/*.{swift,h,m}",
19   "swift_version": "4.0",
20   "dependencies": {
21     "Result": [
22       "~> 4.0"
23     ]
24   }