[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 0 / d / 4 / XHttp / 0.1.2 / XHttp.podspec.json
blob8efc914a627cf16f16e9107b7462b0c81a6133ad
2   "name": "XHttp",
3   "version": "0.1.2",
4   "summary": "A network framework",
5   "swift_versions": "5.0",
6   "description": "An elegant network framework, base on URLSession and PromisesSwift.",
7   "homepage": "https://github.com/xiongxiongjiang/XHttp",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "16330990": "xurong@xurong.tech"
14   },
15   "source": {
16     "git": "https://github.com/xiongxiongjiang/XHttp.git",
17     "tag": "0.1.2"
18   },
19   "platforms": {
20     "ios": "10.0"
21   },
22   "source_files": "XHttp/Classes/**/*",
23   "dependencies": {
24     "PromisesSwift": [
26     ]
27   },
28   "swift_version": "5.0"