[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / a / f / 1 / SwifterUI / 0.8.13 / SwifterUI.podspec.json
blob02443bab8e87748af39cdfda5eac99454ef696fd
2   "name": "SwifterUI",
3   "version": "0.8.13",
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.13",
17     "submodules": true
18   },
19   "platforms": {
20     "ios": "11.0"
21   },
22   "pod_target_xcconfig": {
23     "SWIFT_VERSION": "4.0"
24   },
25   "subspecs": [
26     {
27       "name": "Core",
28       "pod_target_xcconfig": {
29         "SWIFT_VERSION": "4.0"
30       },
31       "platforms": {
32         "ios": "11.0"
33       },
34       "source_files": [
35         "SwifterUI/SwifterUI/UILibrary/*",
36         "SwifterUI/SwifterUI/UILibrary/**/*"
37       ],
38       "dependencies": {
39         "PromiseKit": [
40           "~> 6.0"
41         ],
42         "DeepDiff": [
44         ]
45       }
46     },
47     {
48       "name": "ChatKit",
49       "pod_target_xcconfig": {
50         "SWIFT_VERSION": "4.0"
51       },
52       "platforms": {
53         "ios": "11.0"
54       },
55       "source_files": "SwifterUI/SwifterUI/ChatKit/*",
56       "dependencies": {
57         "SwifterUI/Core": [
59         ],
60         "Hero": [
62         ]
63       }
64     },
65     {
66       "name": "LoginKit",
67       "pod_target_xcconfig": {
68         "SWIFT_VERSION": "4.0"
69       },
70       "platforms": {
71         "ios": "11.0"
72       },
73       "source_files": "SwifterUI/SwifterUI/LoginKit/**/*",
74       "dependencies": {
75         "SwifterUI/Core": [
77         ]
78       }
79     }
80   ]