[Add] GizoSDK 2.0.2-alpha.07
[CocoaPods.git] / Specs / d / 4 / 8 / STRVChat / 0.0.8 / STRVChat.podspec.json
blob819a1fe2aa9eb6be1c48dce5cdf030ab960cefee
2   "name": "STRVChat",
3   "module_name": "Chat",
4   "version": "0.0.8",
5   "summary": "Universal Modular Chat Component from STRV",
6   "description": "Universal Modular Chat Component from STRV. \nCore is an universal business logic that you can use with any UI and networking\nthat convorms to respective protocols.",
7   "homepage": "https://github.com/strvcom/ios-chat-component",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Jan Schwarz": "jan.schwarz@strv.com",
14     "Tomáš Čejka": "tomas.cejka@strv.com",
15     "Daniel Pecher": "daniel.pecher@strv.com",
16     "Mireya Orta": "mireya.orta@strv.com"
17   },
18   "platforms": {
19     "ios": "12.0"
20   },
21   "source": {
22     "git": "https://github.com/strvcom/ios-chat-component.git",
23     "tag": "Chat-0.0.8"
24   },
25   "static_framework": true,
26   "default_subspecs": "ChatMessageKitFirestore",
27   "cocoapods_version": ">= 1.4.0",
28   "swift_versions": "5.3",
29   "subspecs": [
30     {
31       "name": "Core",
32       "dependencies": {
33         "STRVChatCore": [
34           "~> 0.0.9"
35         ]
36       }
37     },
38     {
39       "name": "UI",
40       "dependencies": {
41         "STRVChat/Core": [
43         ],
44         "STRVChatUI": [
45           "~> 0.0.7"
46         ]
47       }
48     },
49     {
50       "name": "NetworkingFirestore",
51       "dependencies": {
52         "STRVChat/Core": [
54         ],
55         "STRVChatNetworkingFirestore": [
56           "~> 0.0.12"
57         ]
58       }
59     },
60     {
61       "name": "ChatMessageKitFirestore",
62       "source_files": [
63         "Chat/*.swift",
64         "Chat/**/*.swift"
65       ],
66       "dependencies": {
67         "STRVChat/UI": [
69         ],
70         "STRVChat/NetworkingFirestore": [
72         ]
73       }
74     }
75   ],
76   "swift_version": "5.3"