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