blob: fbf02f1619eb5f9bf3395ebb05bebc241e1631ea [file] [log] [blame]
{
"name": "ValidatedInjectAdditions",
"version": "0.1.0",
"summary": "Adds convenience when using ValidatedExtension and EasyInject",
"description": "ValidatedExtension-EasyInject is a μ-library that adds convenience methods to EasyInject and ValidatedExtension.",
"homepage": "https://github.com/vknabel/ValidatedInjectAdditions",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Valentin Knabel": "develop@vknabel.com"
},
"social_media_url": "https://twitter.com/vknabel",
"source": {
"git": "https://github.com/vknabel/ValidatedInjectAdditions.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"requires_arc": true,
"source_files": "Sources/**/*.swift",
"dependencies": {
"EasyInject": [
"~> 0.3"
],
"ValidatedExtension": [
"~> 3.0"
]
}
}