[Add] MapboxCommon 24.10.0-daily-2024-12-14-04-25
[CocoaPods.git] / Specs / 8 / 6 / c / Astrarium / 1.0.0 / Astrarium.podspec.json
bloba815ececcb15819e87afb7380b5dadbeba7d2fb7
2   "name": "Astrarium",
3   "version": "1.0.0",
4   "summary": "Services management library",
5   "homepage": "https://github.com/netcosports/Astrarium",
6   "license": {
7     "type": "GNU"
8   },
9   "authors": {
10     "Dmitry Duleba": "dmitryduleba@gmail.com"
11   },
12   "source": {
13     "git": "https://github.com/netcosports/Astrarium.git",
14     "tag": "1.0.0"
15   },
16   "frameworks": [
17     "UIKit",
18     "Foundation"
19   ],
20   "platforms": {
21     "ios": "9.0"
22   },
23   "default_subspecs": "Core",
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": "Sources/Core/*.swift"
28     },
29     {
30       "name": "UserNotifications",
31       "dependencies": {
32         "Astrarium/Core": [
34         ]
35       },
36       "source_files": "Sources/UserNotifications/*.swift",
37       "weak_frameworks": "UserNotifications"
38     }
39   ]