[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / a / f / 1 / SwifterUI / 0.9.1 / SwifterUI.podspec.json
blobececbb1d54470dd394edb0e20caed4fb564468ec
2   "name": "SwifterUI",
3   "version": "0.9.1",
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.9.1",
17     "submodules": true
18   },
19   "platforms": {
20     "ios": "11.0"
21   },
22   "pod_target_xcconfig": {
23     "SWIFT_VERSION": "5.0"
24   },
25   "subspecs": [
26     {
27       "name": "Core",
28       "source_files": [
29         "SwifterUI/SwifterUI/UILibrary/*",
30         "SwifterUI/SwifterUI/UILibrary/**/*"
31       ],
32       "dependencies": {
33         "DeepDiff": [
35         ]
36       }
37     },
38     {
39       "name": "ChatKit",
40       "source_files": "SwifterUI/SwifterUI/ChatKit/**/*",
41       "dependencies": {
42         "SwifterUI/Core": [
44         ],
45         "Kingfisher": [
47         ]
48       }
49     },
50     {
51       "name": "LoginKit",
52       "source_files": "SwifterUI/SwifterUI/LoginKit/**/*",
53       "dependencies": {
54         "SwifterUI/Core": [
56         ]
57       }
58     }
59   ]