[Add] AlibabacloudVpc20160428 5.5.0
[CocoaPods.git] / Specs / a / f / 1 / SwifterUI / 0.8.33 / SwifterUI.podspec.json
blob7e79f1aa0128485ca3ad0430022f17cacab9f977
2   "name": "SwifterUI",
3   "version": "0.8.33",
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.33",
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       }
61     },
62     {
63       "name": "LoginKit",
64       "pod_target_xcconfig": {
65         "SWIFT_VERSION": "4.0"
66       },
67       "platforms": {
68         "ios": "11.0"
69       },
70       "source_files": "SwifterUI/SwifterUI/LoginKit/**/*",
71       "dependencies": {
72         "SwifterUI/Core": [
74         ]
75       }
76     }
77   ]