blob: c188370deecba5fa95de498fbf1226e5f4645a4d [file] [log] [blame]
{
"name": "AnnotationInject",
"version": "0.2.0",
"source": {
"git": "https://github.com/akane/AnnotationInject.git",
"tag": "0.2.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"
},
"preserve_paths": [
"Scripts",
"Templates"
],
"dependencies": {
"Sourcery": [
],
"Swinject": [
]
}
}