[Add] TensorFlowLiteObjC 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 9 / 3 / 1 / Minerva / 1.2.4 / Minerva.podspec.json
blob951340f12c4a438fd6be4d1ea18a4164817589f2
2   "name": "Minerva",
3   "version": "1.2.4",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "This framework is a lightweight wrapper around IGListKit.",
9   "homepage": "https://github.com/OptimizeFitness/Minerva",
10   "authors": {
11     "Joe Laws": "joe@optimize.fitness"
12   },
13   "source": {
14     "git": "https://github.com/OptimizeFitness/Minerva.git",
15     "tag": "1.2.4"
16   },
17   "default_subspecs": [
18     "Core",
19     "Cells"
20   ],
21   "requires_arc": true,
22   "swift_versions": "5.0",
23   "platforms": {
24     "ios": "11.0",
25     "tvos": "11.0"
26   },
27   "ios": {
28     "frameworks": [
29       "Foundation",
30       "UIKit"
31     ]
32   },
33   "tvos": {
34     "frameworks": [
35       "Foundation",
36       "UIKit"
37     ]
38   },
39   "subspecs": [
40     {
41       "name": "Cells",
42       "source_files": "Source/Cells/*.swift",
43       "dependencies": {
44         "IGListKit": [
45           "~> 3.4.0"
46         ],
47         "Minerva/Core": [
49         ]
50       },
51       "platforms": {
52         "ios": "11.0",
53         "tvos": "11.0"
54       },
55       "ios": {
56         "frameworks": [
57           "Foundation",
58           "UIKit"
59         ]
60       },
61       "tvos": {
62         "frameworks": [
63           "Foundation",
64           "UIKit"
65         ]
66       }
67     },
68     {
69       "name": "Core",
70       "source_files": "Source/Core/*.swift",
71       "dependencies": {
72         "IGListKit": [
73           "~> 3.4.0"
74         ]
75       },
76       "platforms": {
77         "ios": "11.0",
78         "tvos": "11.0"
79       },
80       "ios": {
81         "frameworks": [
82           "Foundation",
83           "UIKit"
84         ]
85       },
86       "tvos": {
87         "frameworks": [
88           "Foundation",
89           "UIKit"
90         ]
91       }
92     }
93   ]