[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / b / f / 2 / Utilites / 0.5.3 / Utilites.podspec.json
blobca0a46d4884d8197d4df5969a96b7350a24d0ada
2   "name": "Utilites",
3   "version": "0.5.3",
4   "summary": "Awesome Utilites.",
5   "description": "Uitls of eveything !",
6   "homepage": "https://github.com/jprothwell/Utilites",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Leon": "jprothwell@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/jprothwell/Utilites.git",
16     "tag": "0.5.3"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "swift_versions": "4.2",
22   "source_files": "Utilites/Classes/**/*",
23   "swift_version": "4.2",
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": "Utilites/Classes/Utilites.swift"
28     },
29     {
30       "name": "UIView",
31       "source_files": "Utilites/Classes/UIViewX.swift"
32     },
33     {
34       "name": "UIDevice",
35       "source_files": "Utilites/Classes/UIDeviceX.swift"
36     },
37     {
38       "name": "UITabBarController",
39       "source_files": "Utilites/Classes/UITabBarControllerX.swift"
40     },
41     {
42       "name": "UITabBar",
43       "source_files": "Utilites/Classes/UITabBarX.swift"
44     },
45     {
46       "name": "UINavigationBar",
47       "source_files": "Utilites/Classes/UINavigationBarX.swift"
48     },
49     {
50       "name": "UITableViewCell",
51       "source_files": "Utilites/Classes/UITableViewCellX.swift",
52       "dependencies": {
53         "Utilites/UIView": [
55         ]
56       }
57     },
58     {
59       "name": "UIImage",
60       "source_files": "Utilites/Classes/UIImageX.swift"
61     },
62     {
63       "name": "PixelLayoutConstraint",
64       "source_files": "Utilites/Classes/PixelLayoutConstraint.swift"
65     }
66   ]