[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 6 / 7 / b / STRVChatNetworkingFirestore / 0.0.7 / STRVChatNetworkingFirestore.podspec.json
blobcb2edc0c6d4f46f7cc9a71dd86de33774091bd0f
2   "name": "STRVChatNetworkingFirestore",
3   "module_name": "ChatNetworkingFirestore",
4   "version": "0.0.7",
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": "0.0.7"
24   },
25   "static_framework": true,
26   "cocoapods_version": ">= 1.4.0",
27   "swift_versions": "5.3",
28   "source_files": [
29     "ChatNetworkingFirestore/*.swift",
30     "ChatNetworkingFirestore/**/*.swift"
31   ],
32   "dependencies": {
33     "STRVChatCore": [
34       "~> 0.0.4"
35     ],
36     "FirebaseCore": [
37       "~> 6.10.3"
38     ],
39     "FirebaseFirestore": [
40       "~> 1.18.0"
41     ],
42     "FirebaseStorage": [
43       "~> 3.9.0"
44     ]
45   },
46   "swift_version": "5.3"