[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / e / f / 5 / MinervaCoordinator / 3.0.0 / MinervaCoordinator.podspec.json
blob4ea46c81cd3385f4f0122b48810a8684a842c3b5
2   "name": "MinervaCoordinator",
3   "version": "3.0.0",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "A Swift Coordinator Framework",
9   "homepage": "hhttps://github.com/MinervaMobile/MinervaCoordinator",
10   "authors": {
11     "Joe Laws": "joe.laws@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/MinervaMobile/MinervaCoordinator.git",
15     "tag": "3.0.0"
16   },
17   "default_subspecs": "Coordination",
18   "requires_arc": true,
19   "swift_versions": "5.3",
20   "platforms": {
21     "ios": "11.0"
22   },
23   "ios": {
24     "frameworks": [
25       "Foundation",
26       "UIKit"
27     ]
28   },
29   "subspecs": [
30     {
31       "name": "Coordination",
32       "source_files": "Source/Coordination/**/*.swift",
33       "platforms": {
34         "ios": "11.0",
35         "tvos": "11.0"
36       },
37       "ios": {
38         "frameworks": [
39           "Foundation",
40           "UIKit"
41         ]
42       },
43       "tvos": {
44         "frameworks": [
45           "Foundation",
46           "UIKit"
47         ]
48       }
49     }
50   ],
51   "swift_version": "5.3"