[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 9 / 4 / 8 / PromiseYTKNetwork / 0.1.2 / PromiseYTKNetwork.podspec.json
blobdfda85dbe6eb9fafd111c5685b42f00fea7a21a1
2   "name": "PromiseYTKNetwork",
3   "version": "0.1.2",
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.2"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "PromiseYTKNetwork/Classes/**/*",
22   "dependencies": {
23     "PromiseKit": [
25     ],
26     "YTKNetwork": [
28     ]
29   }