blob: 5b35d4624efd1fde9bd6119706b5d43e7d8da623 [file] [log] [blame]
{
"name": "AnnotationInject",
"version": "0.3.0",
"source": {
"git": "https://github.com/akane/AnnotationInject.git",
"tag": "0.3.0"
},
"summary": "Swift dependency injection with annotations.",
"description": "Makes your code safer by using annotations to manage your dependencies. Built with Sourcercy and Swinject.",
"homepage": "https://github.com/akane/AnnotationInject.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": [
"pjechris",
"akane"
],
"platforms": {
"ios": "8.0"
},
"swift_version": "4.2",
"preserve_paths": [
"Scripts",
"Templates"
],
"dependencies": {
"Sourcery": [
],
"Swinject": [
]
}
}