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