blob: 76bb57e4c4b1ab1ca0b553af3f5cd25181be2074 [file] [log] [blame]
{
"name": "DIKit",
"version": "1.2.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "Dependency Injection Framework for Swift.",
"homepage": "https://github.com/Liftric/DIKit",
"authors": {
"Ben John": "github@benjohn.de"
},
"social_media_url": "http://twitter.com/benjohnde",
"platforms": {
"ios": "9.0"
},
"swift_versions": "5.1",
"source": {
"git": "https://github.com/benjohnde/DIKit.git",
"tag": "1.2.0"
},
"source_files": "DIKit/Sources/**/*.{swift}",
"requires_arc": true,
"swift_version": "5.1"
}