[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 9 / 4 / 8 / PromiseYTKNetwork / 0.1.5 / PromiseYTKNetwork.podspec.json
blob07abce18aaa9d99d2718b205cfcf790ec582250f
2   "name": "PromiseYTKNetwork",
3   "version": "0.1.5",
4   "summary": "YTKNetwork结合PromiseKit,添加链式调用方法",
5   "description": "在YTKNetwork的基础上,使用异步框架PromiseKit增加链式调用方法,更优雅的进行多请求调用",
6   "homepage": "https://github.com/onexf/PromiseYTKNetwork",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "onexf": "630850673@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/onexf/PromiseYTKNetwork.git",
16     "tag": "0.1.5"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "PromiseYTKNetwork/Classes/**/*",
22   "dependencies": {
23     "PromiseKit": [
25     ],
26     "YTKNetwork": [
28     ]
29   }