[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / a / f / 1 / SwifterUI / 0.4.52 / SwifterUI.podspec.json
blob6910c0d28bd6c31ba4743ddc9a4c489d05a2cb77
2   "name": "SwifterUI",
3   "version": "0.4.52",
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.4.52",
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     },
39     {
40       "name": "ChatKit",
41       "pod_target_xcconfig": {
42         "SWIFT_VERSION": "4.0"
43       },
44       "platforms": {
45         "ios": "11.0"
46       },
47       "source_files": "SwifterUI/SwifterUI/ChatKit/*",
48       "dependencies": {
49         "SwifterUI/Core": [
51         ]
52       }
53     },
54     {
55       "name": "LoginKit",
56       "pod_target_xcconfig": {
57         "SWIFT_VERSION": "4.0"
58       },
59       "platforms": {
60         "ios": "11.0"
61       },
62       "source_files": "SwifterUI/SwifterUI/LoginKit/**/*",
63       "dependencies": {
64         "SwifterUI/Core": [
66         ]
67       }
68     },
69     {
70       "name": "Firebase",
71       "pod_target_xcconfig": {
72         "SWIFT_VERSION": "4.0"
73       },
74       "platforms": {
75         "ios": "11.0"
76       },
77       "source_files": "SwifterUI/SwifterUI/Firebase/*",
78       "dependencies": {
79         "Firebase/Core": [
81         ],
82         "Firebase/Auth": [
84         ],
85         "SwifterUI/Core": [
87         ]
88       }
89     },
90     {
91       "name": "Facebook",
92       "pod_target_xcconfig": {
93         "SWIFT_VERSION": "4.0"
94       },
95       "platforms": {
96         "ios": "11.0"
97       },
98       "source_files": "SwifterUI/SwifterUI/Facebook/*",
99       "dependencies": {
100         "FBSDKLoginKit": [
102         ],
103         "SwifterUI/Core": [
105         ]
106       }
107     }
108   ]