[Add] NEConversationUIKit 10.5.1
[CocoaPods.git] / Specs / b / c / 2 / CombineFirebase / 0.1.0 / CombineFirebase.podspec.json
blob95c367a9ffc48122e8e7fa7c2db720b2f635a56c
2   "name": "CombineFirebase",
3   "version": "0.1.0",
4   "summary": "Combine extensions for Firebase",
5   "description": "Combine extensions for Firebase\nIncluding for now Firestore",
6   "homepage": "https://github.com/rever-ai/CombineFirebase",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "kshivang": "shivang.iitk@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/rever-ai/CombineFirebase.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "13.0",
20     "osx": "10.15",
21     "tvos": "13.0"
22   },
23   "static_framework": true,
24   "swift_versions": "5.1",
25   "subspecs": [
26     {
27       "name": "Firestore",
28       "dependencies": {
29         "CombineFirebaseFirestore": [
30           "~> 0.1"
31         ]
32       },
33       "source_files": "Sources/Core/Firestore.swift"
34     }
35   ],
36   "swift_version": "5.1"