[Add] MirrorXML 4.0.3
[CocoaPods.git] / Specs / 6 / f / 7 / ArenaChatSDK / 0.0.1 / ArenaChatSDK.podspec.json
blob26eea0ce5d0c31f4e2b1ae85bda5a6430e5fc6c9
2   "name": "ArenaChatSDK",
3   "version": "0.0.1",
4   "summary": "Arena provides a ready-to-use live group chat activity.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://arena.im",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "vicenteerick": "vicente.erick@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/stationfy/Arena-SDK-iOS.git",
16     "tag": "0.0.1"
17   },
18   "platforms": {
19     "ios": "13.0"
20   },
21   "swift_versions": "4.2",
22   "source_files": "ArenaChatSDK/Classes/**/*",
23   "ios": {
24     "vendored_frameworks": "Configuration.xcframework"
25   },
26   "resource_bundles": {
27     "ArenaChatSDK": [
28       "ArenaChatSDK/**/*.png",
29       "ArenaChatSDK/**/*.pdf",
30       "ArenaChatSDK/**/*.lproj/*.strings",
31       "**/*.xcframework"
32     ]
33   },
34   "resources": "ArenaChatSDK/**/*.{storyboard,xib,xcassets,json,png}",
35   "dependencies": {
36     "Socket.IO-Client-Swift": [
37       "~> 16.0.1"
38     ],
39     "FirebaseFirestore": [
41     ],
42     "Apollo": [
44     ],
45     "KeychainSwift": [
46       "~> 20.0"
47     ],
48     "Kingfisher": [
49       "~> 7.0"
50     ]
51   },
52   "swift_version": "4.2"