[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 9 / 7 / 6 / SYHttpTool / 1.0.7 / SYHttpTool.podspec.json
blobbb77ecfb2607be3b289695efdab16c2c5c3d9cbd
2   "name": "SYHttpTool",
3   "version": "1.0.7",
4   "summary": "个人工具类之网络请求",
5   "homepage": "http://blog.dnnlbj.com",
6   "license": "MIT",
7   "authors": {
8     "CoderSy": "private.shengyang@gmail.com"
9   },
10   "platforms": {
11     "ios": "12.0"
12   },
13   "source": {
14     "git": "https://github.com/CoderSy/SYHttpTool.git",
15     "tag": "1.0.7"
16   },
17   "source_files": "Sources/*.{swift}",
18   "frameworks": "Foundation",
19   "requires_arc": true,
20   "dependencies": {
21     "Alamofire": [
23     ]
24   },
25   "pod_target_xcconfig": {
26     "SWIFT_VERSION": "4.2"
27   }