blob: d2e3e88a400d47bf9ebf07ca336967f398e5522b [file] [log] [blame]
{
"name": "HelloDependency",
"version": "0.0.5",
"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.5"
},
"source_files": "Sources/HelloDependency/*.swift",
"requires_arc": true,
"swift_version": "4.2",
"subspecs": [
{
"name": "UIKitDependencyHelper",
"source_files": "Sources/UIKitDependencyHelper/*.swift"
}
]
}