[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 9 / 3 / 1 / Minerva / 1.1.0 / Minerva.podspec.json
blob3824a595feb39e47176eac4de64b23619782934c
2   "name": "Minerva",
3   "version": "1.1.0",
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.1.0"
16   },
17   "source_files": "Source/*.swift",
18   "requires_arc": true,
19   "platforms": {
20     "ios": "11.0",
21     "tvos": "11.0"
22   },
23   "ios": {
24     "frameworks": [
25       "Foundation",
26       "UIKit"
27     ]
28   },
29   "tvos": {
30     "frameworks": [
31       "Foundation",
32       "UIKit"
33     ]
34   },
35   "dependencies": {
36     "IGListKit": [
37       "~> 3.4.0"
38     ]
39   }