[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 5 / a / b / Tether / 0.0.3 / Tether.podspec.json
blob85acb92427b749dd36943c66caa371bb3793d6fb
2   "name": "Tether",
3   "version": "0.0.3",
4   "summary": "Dependency Injection for Swift",
5   "description": "Tether is a Swift Dependency Injection Container. \nTether contains a group of interface of basic frameworks",
6   "homepage": "https://github.com/CodingForMoney/Tether",
7   "license": "MIT",
8   "authors": {
9     "CodingForMoney": "luoxianmingg@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/CodingForMoney/Tether.git",
13     "tag": "0.0.3"
14   },
15   "platforms": {
16     "ios": "9.0"
17   },
18   "requires_arc": true,
19   "swift_versions": [
20     "5.0",
21     "5.1",
22     "5.2"
23   ],
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": "Tether/Tether/Core/*.swift"
28     },
29     {
30       "name": "Interface",
31       "dependencies": {
32         "Tether/Core": [
34         ]
35       },
36       "subspecs": [
37         {
38           "name": "Ground",
39           "source_files": "Tether/Tether/Interface/Ground/*.swift",
40           "dependencies": {
41             "Tether/Interface/Launcher": [
43             ]
44           }
45         },
46         {
47           "name": "Launcher",
48           "source_files": "Tether/Tether/Interface/Launcher/*.swift"
49         }
50       ]
51     }
52   ],
53   "swift_version": "5.2"