blob: fea59a5abde425c7e61533bc91232fbedda579d9 [file] [log] [blame]
{
"name": "EasyInject",
"version": "0.3.0",
"summary": "EasyInject is a micro-library for dependency injection.",
"description": "EasyInject is a micro-library for dependency injection.\nIt is intended to be lightweight and platform independent.",
"homepage": "https://github.com/vknabel/EasyInject",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Valentin Knabel": "develop@vknabel.com"
},
"source": {
"git": "https://github.com/vknabel/EasyInject.git",
"tag": "0.3.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"source_files": "Sources/*.swift"
}