blob: 85acb92427b749dd36943c66caa371bb3793d6fb [file] [log] [blame]
{
"name": "Tether",
"version": "0.0.3",
"summary": "Dependency Injection for Swift",
"description": "Tether is a Swift Dependency Injection Container. \nTether contains a group of interface of basic frameworks",
"homepage": "https://github.com/CodingForMoney/Tether",
"license": "MIT",
"authors": {
"CodingForMoney": "luoxianmingg@gmail.com"
},
"source": {
"git": "https://github.com/CodingForMoney/Tether.git",
"tag": "0.0.3"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"swift_versions": [
"5.0",
"5.1",
"5.2"
],
"subspecs": [
{
"name": "Core",
"source_files": "Tether/Tether/Core/*.swift"
},
{
"name": "Interface",
"dependencies": {
"Tether/Core": [
]
},
"subspecs": [
{
"name": "Ground",
"source_files": "Tether/Tether/Interface/Ground/*.swift",
"dependencies": {
"Tether/Interface/Launcher": [
]
}
},
{
"name": "Launcher",
"source_files": "Tether/Tether/Interface/Launcher/*.swift"
}
]
}
],
"swift_version": "5.2"
}