[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 9 / 3 / 1 / Minerva / 2.8.1 / Minerva.podspec.json
blob311aba018c75b05348b69ee7f5f20581bb479d17
2   "name": "Minerva",
3   "version": "2.8.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": "2.8.1"
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   },
27   "ios": {
28     "frameworks": [
29       "Foundation",
30       "UIKit"
31     ]
32   },
33   "subspecs": [
34     {
35       "name": "Convenience",
36       "source_files": "Source/Convenience/**/*.swift",
37       "platforms": {
38         "ios": "11.0"
39       },
40       "ios": {
41         "frameworks": [
42           "Foundation",
43           "UIKit"
44         ]
45       },
46       "dependencies": {
47         "Minerva/Coordination": [
49         ],
50         "Minerva/List": [
52         ],
53         "IGListKit": [
54           "~> 3.4.0"
55         ]
56       }
57     },
58     {
59       "name": "Coordination",
60       "source_files": "Source/Coordination/**/*.swift",
61       "platforms": {
62         "ios": "11.0"
63       },
64       "ios": {
65         "frameworks": [
66           "Foundation",
67           "UIKit"
68         ]
69       }
70     },
71     {
72       "name": "List",
73       "source_files": "Source/List/**/*.swift",
74       "platforms": {
75         "ios": "11.0"
76       },
77       "ios": {
78         "frameworks": [
79           "Foundation",
80           "UIKit"
81         ]
82       },
83       "dependencies": {
84         "IGListKit": [
85           "~> 3.4.0"
86         ]
87       }
88     }
89   ],
90   "swift_version": "5.1"