[Add] AmpMux 9.3.2
[CocoaPods.git] / Specs / 3 / 8 / 7 / FirebasePrivateChat / 0.1.9 / FirebasePrivateChat.podspec.json
bloba385fd7ba693374c3ff27781dba96c139383d405
2   "name": "FirebasePrivateChat",
3   "version": "0.1.9",
4   "summary": "This is a firebase chat with some structure base FirebasePrivateChat.",
5   "description": "This is a firebase chat own separate classes with some structure base FirebasePrivateChat.",
6   "homepage": "https://gitlab.com/curlybracers/firebasechatkit.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Miroslav Kutak": "kutakmiroslav@gmail.com"
13   },
14   "source": {
15     "git": "https://gitlab.com/curlybracers/firebasechatkit.git",
16     "tag": "0.1.9"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "requires_arc": true,
22   "static_framework": true,
23   "swift_versions": "5.0",
24   "source_files": "FirebasePrivateChat/**/*",
25   "frameworks": [
26     "UIKit",
27     "Foundation",
28     "AssetsLibrary",
29     "Photos"
30   ],
31   "dependencies": {
32     "Firebase": [
33       "~> 6.0.0"
34     ],
35     "FirebaseCore": [
36       "~> 6.0.0"
37     ],
38     "FirebaseDatabase": [
39       "~> 6.0.0"
40     ],
41     "FirebaseFirestore": [
42       "~> 1.3.0"
43     ],
44     "FirebaseAuth": [
45       "~> 6.0.0"
46     ],
47     "FirebaseMessaging": [
48       "~> 4.0.0"
49     ],
50     "FirebaseStorage": [
51       "~> 3.4.0"
52     ],
53     "OneSignal": [
54       "~> 2.10.0"
55     ],
56     "UIColor_Hex_Swift": [
57       "~> 5.1.0"
58     ]
59   },
60   "swift_version": "5.0"