blob: db3cdca814177db62752654a68793e27d54ab7e2 [file] [log] [blame]
{
"name": "HelloDependency",
"version": "0.0.4",
"summary": "Swift Dependency Injection Framework",
"description": "HelloDependency is a dependency injection framework for Swift.",
"homepage": "https://github.com/valitovaza/HelloDependency",
"license": "MIT",
"authors": {
"Azamat Valitov": "valitov.azamat.m@gmail.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/valitovaza/HelloDependency.git",
"tag": "0.0.4"
},
"source_files": "Sources/HelloDependency/*.swift",
"requires_arc": true,
"swift_version": "4.2",
"subspecs": [
{
"name": "UIKitDependencyHelper",
"source_files": "Sources/UIKitDependencyHelper/*.swift"
}
]
}