[Add] MapboxCommon 24.10.0-daily-2024-12-21-04-26
[CocoaPods.git] / Specs / 6 / f / a / Arena / 0.0.2 / Arena.podspec.json
blob3d4b0830bc5f260555e2a56f2c6b1afbdf510603
2   "name": "Arena",
3   "version": "0.0.2",
4   "summary": "TBD",
5   "description": "TBD",
6   "homepage": "https://arena.im/",
7   "license": {
8     "type": "Apache-2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Arena.im": "services@stationfy.com"
13   },
14   "source": {
15     "git": "https://github.com/stationfy/Arena-SDK-ios.git",
16     "tag": "0.0.2"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "swift_versions": "5.1",
22   "default_subspecs": "LiveblogSDK",
23   "subspecs": [
24     {
25       "name": "LiveblogSDK",
26       "dependencies": {
27         "Firebase/Firestore": [
29         ],
30         "Arena/AnalyticsSDK": [
32         ]
33       },
34       "ios": {
35         "vendored_frameworks": "LiveblogSDK/ArenaLiveblogSDK.framework"
36       }
37     },
38     {
39       "name": "AnalyticsSDK",
40       "dependencies": {
41         "RealmSwift": [
43         ]
44       },
45       "ios": {
46         "vendored_frameworks": "AnalyticsSDK/ArenaAnalyticsSDK.framework"
47       }
48     }
49   ],
50   "swift_version": "5.1"