blob: b5a170db7f1bd870a1861f1810b71f9edd7b1a41 [file] [log] [blame]
{
"name": "AnnotationInject",
"version": "0.4.1",
"source": {
"git": "https://github.com/akane/AnnotationInject.git",
"tag": "0.4.1"
},
"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_versions": "4.2",
"preserve_paths": [
"Scripts",
"Templates"
],
"dependencies": {
"Sourcery": [
">= 0.16.2"
],
"Swinject": [
]
},
"swift_version": "4.2"
}