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