[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 1 / 9 / a / WLReqKit / 0.1.2 / WLReqKit.podspec.json
blob58d62401f6bc1bba27470003ce65c3aaf31c05f4
2   "name": "WLReqKit",
3   "version": "0.1.2",
4   "summary": "A Lib For req.",
5   "description": "面向协议的Alamofire、RxSwift封装",
6   "homepage": "https://github.com/StoneStoneStoneWang/WLReqKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "StoneStoneStoneWang": "yuanxingfu1314@163.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "swift_versions": "5.0",
18   "frameworks": [
19     "UIKit",
20     "Foundation"
21   ],
22   "source": {
23     "git": "https://github.com/StoneStoneStoneWang/WLReqKit.git",
24     "tag": "0.1.2"
25   },
26   "source_files": "Code/**/*.{swift}",
27   "pod_target_xcconfig": {
28     "DEFINES_MODULE": "YES"
29   },
30   "static_framework": true,
31   "dependencies": {
32     "Alamofire": [
34     ],
35     "RxSwift": [
37     ],
38     "RxCocoa": [
40     ],
41     "ObjectMapper": [
43     ],
44     "WLToolsKit": [
46     ]
47   }