blob: 67be7287566b81cf6787715ba59ae065745f7396 [file] [log] [blame]
{
"name": "Tether",
"version": "0.0.2",
"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.2"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "Tether/Tether/**/*.swift",
"swift_versions": [
"5.0",
"5.1",
"5.2"
],
"swift_version": "5.2"
}