[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / a / f / 1 / SwifterUI / 0.8.53 / SwifterUI.podspec.json
blobe9182691c95dab53f17b8e57f1be7cf4b9cb905b
2   "name": "SwifterUI",
3   "version": "0.8.53",
4   "summary": "UI Library",
5   "description": "This is a UI Library to improve development process",
6   "homepage": "https://github.com/BrandonMA/SwifterUI",
7   "license": {
8     "type": "Apache-2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "<Brandon>": "<maldonado.brandon177@gmail.com>"
13   },
14   "source": {
15     "git": "https://github.com/BrandonMA/SwifterUI.git",
16     "tag": "0.8.53",
17     "submodules": true
18   },
19   "platforms": {
20     "ios": "11.0"
21   },
22   "pod_target_xcconfig": {
23     "SWIFT_VERSION": "4.2"
24   },
25   "subspecs": [
26     {
27       "name": "Core",
28       "pod_target_xcconfig": {
29         "SWIFT_VERSION": "4.2"
30       },
31       "platforms": {
32         "ios": "11.0"
33       },
34       "source_files": [
35         "SwifterUI/SwifterUI/UILibrary/*",
36         "SwifterUI/SwifterUI/UILibrary/**/*"
37       ],
38       "dependencies": {
39         "DeepDiff": [
41         ]
42       }
43     },
44     {
45       "name": "ChatKit",
46       "pod_target_xcconfig": {
47         "SWIFT_VERSION": "4.2"
48       },
49       "platforms": {
50         "ios": "11.0"
51       },
52       "source_files": "SwifterUI/SwifterUI/ChatKit/**/*",
53       "dependencies": {
54         "SwifterUI/Core": [
56         ],
57         "Kingfisher": [
59         ]
60       }
61     },
62     {
63       "name": "LoginKit",
64       "pod_target_xcconfig": {
65         "SWIFT_VERSION": "4.2"
66       },
67       "platforms": {
68         "ios": "11.0"
69       },
70       "source_files": "SwifterUI/SwifterUI/LoginKit/**/*",
71       "dependencies": {
72         "SwifterUI/Core": [
74         ]
75       }
76     }
77   ]