[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 2 / 6 / 8 / JustTools / 5.0.0 / JustTools.podspec.json
blob884f484fae8569e33f03c392391b8dd57a34ac2d
2   "name": "JustTools",
3   "version": "5.0.0",
4   "summary": "A short description of JustTools.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/Xiaoye220/JustTools",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "yezengfeng": "576934532@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/Xiaoye220/JustTools.git",
16     "tag": "5.0.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "swift_versions": "5.0",
22   "default_subspecs": [
23     "UIKit",
24     "Foundation",
25     "Utils"
26   ],
27   "swift_version": "5.0",
28   "subspecs": [
29     {
30       "name": "UIKit",
31       "source_files": "JustTools/Classes/UIKit/**/*"
32     },
33     {
34       "name": "Foundation",
35       "source_files": "JustTools/Classes/Foundation/*"
36     },
37     {
38       "name": "Utils",
39       "source_files": "JustTools/Classes/Utils/*"
40     },
41     {
42       "name": "RxSwift",
43       "source_files": "JustTools/Classes/RxSwift/*",
44       "dependencies": {
45         "RxSwift": [
47         ],
48         "RxCocoa": [
50         ]
51       }
52     }
53   ]