[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 9 / 3 / 1 / Minerva / 2.9.3 / Minerva.podspec.json
blob50275e8e1aef351eca9213746f5ca0c66fc45e2a
2   "name": "Minerva",
3   "version": "2.9.3",
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": "2.9.3"
16   },
17   "default_subspecs": [
18     "Convenience",
19     "Coordination",
20     "List"
21   ],
22   "requires_arc": true,
23   "swift_versions": "5.1",
24   "platforms": {
25     "ios": "11.0",
26     "tvos": "11.0"
27   },
28   "ios": {
29     "frameworks": [
30       "Foundation",
31       "UIKit"
32     ]
33   },
34   "tvos": {
35     "frameworks": [
36       "Foundation",
37       "UIKit"
38     ]
39   },
40   "subspecs": [
41     {
42       "name": "Convenience",
43       "source_files": "Source/Convenience/**/*.swift",
44       "dependencies": {
45         "Minerva/Coordination": [
47         ],
48         "Minerva/List": [
50         ],
51         "IGListKit": [
52           "~> 3.4.0"
53         ],
54         "RxSwift": [
55           "~> 5.0.0"
56         ]
57       }
58     },
59     {
60       "name": "Coordination",
61       "source_files": "Source/Coordination/**/*.swift"
62     },
63     {
64       "name": "List",
65       "source_files": "Source/List/**/*.swift",
66       "dependencies": {
67         "IGListKit": [
68           "~> 3.4.0"
69         ]
70       }
71     }
72   ],
73   "swift_version": "5.1"