[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 9 / 3 / 1 / Minerva / 2.9.2 / Minerva.podspec.json
blobabc4a560026e1b9ee44e48bcf427c6944c774eaa
2   "name": "Minerva",
3   "version": "2.9.2",
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.2"
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         "RxSwift": [
57           "~> 5.0.0"
58         ]
59       }
60     },
61     {
62       "name": "Coordination",
63       "source_files": "Source/Coordination/**/*.swift",
64       "platforms": {
65         "ios": "11.0"
66       },
67       "ios": {
68         "frameworks": [
69           "Foundation",
70           "UIKit"
71         ]
72       }
73     },
74     {
75       "name": "List",
76       "source_files": "Source/List/**/*.swift",
77       "platforms": {
78         "ios": "11.0"
79       },
80       "ios": {
81         "frameworks": [
82           "Foundation",
83           "UIKit"
84         ]
85       },
86       "dependencies": {
87         "IGListKit": [
88           "~> 3.4.0"
89         ]
90       }
91     }
92   ],
93   "swift_version": "5.1"