[Add] ExpoFpCommon 4.8.3
[CocoaPods.git] / Specs / 9 / 3 / 1 / Minerva / 2.3.0 / Minerva.podspec.json
blob1a76bcd7f7902d1bca80ae968f99988ad1385726
2   "name": "Minerva",
3   "version": "2.3.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": "2.3.0"
16   },
17   "default_subspecs": [
18     "Base",
19     "Bindable",
20     "Coordination",
21     "List"
22   ],
23   "requires_arc": true,
24   "swift_versions": "5.0",
25   "platforms": {
26     "ios": "11.0"
27   },
28   "ios": {
29     "frameworks": [
30       "Foundation",
31       "UIKit"
32     ]
33   },
34   "swift_version": "5.0",
35   "subspecs": [
36     {
37       "name": "Base",
38       "source_files": "Source/Base/**/*.swift",
39       "platforms": {
40         "ios": "11.0"
41       },
42       "ios": {
43         "frameworks": [
44           "Foundation",
45           "UIKit"
46         ]
47       },
48       "dependencies": {
49         "Minerva/Coordination": [
51         ],
52         "Minerva/List": [
54         ],
55         "IGListKit": [
56           "~> 3.4.0"
57         ]
58       }
59     },
60     {
61       "name": "Bindable",
62       "source_files": "Source/Bindable/**/*.swift",
63       "platforms": {
64         "ios": "11.0"
65       },
66       "ios": {
67         "frameworks": [
68           "Foundation",
69           "UIKit"
70         ]
71       },
72       "dependencies": {
73         "Minerva/List": [
75         ],
76         "IGListKit": [
77           "~> 3.4.0"
78         ]
79       }
80     },
81     {
82       "name": "Coordination",
83       "source_files": "Source/Coordination/**/*.swift",
84       "platforms": {
85         "ios": "11.0"
86       },
87       "ios": {
88         "frameworks": [
89           "Foundation",
90           "UIKit"
91         ]
92       }
93     },
94     {
95       "name": "List",
96       "source_files": "Source/List/**/*.swift",
97       "platforms": {
98         "ios": "11.0"
99       },
100       "ios": {
101         "frameworks": [
102           "Foundation",
103           "UIKit"
104         ]
105       },
106       "dependencies": {
107         "IGListKit": [
108           "~> 3.4.0"
109         ]
110       }
111     }
112   ]