blob: 5a12ae479902b811bc6dc60e778415cb5a285c54 [file] [log] [blame]
{
"name": "SwiftInjector",
"version": "0.1",
"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.1"
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"requires_arc": true,
"source_files": "Sources/**/*.{swift,h}"
}