[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 9 / 3 / 1 / Minerva / 1.4.8 / Minerva.podspec.json
blob0577923248cfba67090ef34757dd46e62b22f243
2   "name": "Minerva",
3   "version": "1.4.8",
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.4.8"
16   },
17   "default_subspecs": [
18     "Core",
19     "Cells",
20     "Swipeable"
21   ],
22   "requires_arc": true,
23   "swift_versions": "5.0",
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   "swift_version": "5.0",
41   "subspecs": [
42     {
43       "name": "Cells",
44       "source_files": "Source/Cells/*.swift",
45       "dependencies": {
46         "Minerva/Core": [
48         ],
49         "IGListKit": [
50           "~> 3.4.0"
51         ]
52       },
53       "platforms": {
54         "ios": "11.0",
55         "tvos": "11.0"
56       },
57       "ios": {
58         "frameworks": [
59           "Foundation",
60           "UIKit"
61         ]
62       },
63       "tvos": {
64         "frameworks": [
65           "Foundation",
66           "UIKit"
67         ]
68       }
69     },
70     {
71       "name": "Core",
72       "source_files": "Source/Core/*.swift",
73       "dependencies": {
74         "IGListKit": [
75           "~> 3.4.0"
76         ]
77       },
78       "platforms": {
79         "ios": "11.0",
80         "tvos": "11.0"
81       },
82       "ios": {
83         "frameworks": [
84           "Foundation",
85           "UIKit"
86         ]
87       },
88       "tvos": {
89         "frameworks": [
90           "Foundation",
91           "UIKit"
92         ]
93       }
94     },
95     {
96       "name": "Swipeable",
97       "source_files": "Source/Swipeable/*.swift",
98       "dependencies": {
99         "Minerva/Core": [
101         ],
102         "Minerva/Cells": [
104         ],
105         "IGListKit": [
106           "~> 3.4.0"
107         ],
108         "SwipeCellKit": [
109           "~> 2.6.0"
110         ]
111       },
112       "platforms": {
113         "ios": "11.0"
114       },
115       "ios": {
116         "frameworks": [
117           "Foundation",
118           "UIKit"
119         ]
120       }
121     }
122   ]