[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 0 / 9 / a / BasicService / 0.1.9 / BasicService.podspec.json
blob5ca51556513b50da105769ffecb5c3c91a3cee2e
2   "name": "BasicService",
3   "version": "0.1.9",
4   "summary": "base service for a project",
5   "description": "a basic module for company's project",
6   "homepage": "https://github.com/YariZhang/BasicService",
7   "license": "MIT",
8   "authors": {
9     "YariZhang": "501822922@qq.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "swift_version": "4.2",
15   "source": {
16     "git": "https://github.com/YariZhang/BasicService.git",
17     "tag": "0.1.9"
18   },
19   "source_files": "BasicService/BasicService/**/*.swift",
20   "requires_arc": true,
21   "dependencies": {
22     "WebViewJavascriptBridge": [
23       "~> 6.0.3"
24     ],
25     "QCGURLRouter": [
26       "~> 0.0.2"
27     ],
28     "RxSwift": [
29       "~> 4.4.0"
30     ],
31     "RxCocoa": [
32       "~> 4.4.0"
33     ],
34     "SnapKit": [
35       "~> 4.2.0"
36     ],
37     "AFNetworking": [
38       "~> 3.2.1"
39     ],
40     "SDWebImage": [
41       "~> 4.4.2"
42     ],
43     "BlocksKit": [
44       "~> 2.2.5"
45     ],
46     "MJRefresh": [
47       "~> 3.1.15.7"
48     ],
49     "MJExtension": [
50       "~> 3.0.15.1"
51     ],
52     "TYAttributedLabel": [
53       "~> 2.6.2"
54     ],
55     "Toast": [
56       "~> 4.0.0"
57     ]
58   }