blob: ab29246ca0b223e8517c7d464d6fb6ff15e3bf67 [file] [log] [blame]
{
"name": "SwiftInjector",
"version": "0.3",
"summary": "Naive dependancy injection for Swift",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Sash Zats": "sash@zats.io"
},
"social_media_url": "http://twitter.com/zats",
"homepage": "https://github.com/zats/Injector",
"source": {
"git": "https://github.com/zats/Injector.git",
"tag": "0.3"
},
"module_name": "Injector",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"requires_arc": true,
"source_files": "Sources/**/*.{swift,h}"
}