[Add] CXHAdSDK 1.4.6
[CocoaPods.git] / Specs / 9 / 3 / 1 / Minerva / 1.2.2 / Minerva.podspec.json
blob20ccaf91e7b6ddb9105e62b2a48868b3855eed43
2   "name": "Minerva",
3   "version": "1.2.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": "1.2.2"
16   },
17   "default_subspecs": [
18     "Core",
19     "Cells"
20   ],
21   "requires_arc": true,
22   "swift_versions": "5.0",
23   "platforms": {
24     "ios": "11.0",
25     "tvos": "11.0"
26   },
27   "ios": {
28     "frameworks": [
29       "Foundation",
30       "UIKit"
31     ]
32   },
33   "tvos": {
34     "frameworks": [
35       "Foundation",
36       "UIKit"
37     ]
38   },
39   "subspecs": [
40     {
41       "name": "Core",
42       "source_files": "Source/*.swift",
43       "dependencies": {
44         "IGListKit": [
45           "~> 3.4.0"
46         ]
47       },
48       "platforms": {
49         "ios": "11.0",
50         "tvos": "11.0"
51       },
52       "ios": {
53         "frameworks": [
54           "Foundation",
55           "UIKit"
56         ]
57       },
58       "tvos": {
59         "frameworks": [
60           "Foundation",
61           "UIKit"
62         ]
63       }
64     },
65     {
66       "name": "Cells",
67       "source_files": "Source/Cells/*.swift",
68       "dependencies": {
69         "IGListKit": [
70           "~> 3.4.0"
71         ],
72         "Minerva/Core": [
74         ]
75       },
76       "platforms": {
77         "ios": "11.0",
78         "tvos": "11.0"
79       },
80       "ios": {
81         "frameworks": [
82           "Foundation",
83           "UIKit"
84         ]
85       },
86       "tvos": {
87         "frameworks": [
88           "Foundation",
89           "UIKit"
90         ]
91       }
92     }
93   ]