blob: 95048c44e184463d4a1e9954a77b966afffdf165 [file] [log] [blame]
{
"name": "Drip",
"version": "0.1.0",
"summary": "Lightweight dependency injection for Swift",
"platforms": {
"osx": "10.9",
"ios": "8.0"
},
"description": "A lightweight, dagger-ish Swift DI library. Provides mechanisms for scoping dependencies\nand eliminating the singleton pattern. Relies on type inference to resolve injected dependencies,\nrather than require types be passed explicitly.",
"homepage": "https://github.com/devmynd/Drip",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ty Cobb": "ty.cobb.m@gmail.com"
},
"social_media_url": "http://twitter.com/wzrad",
"source": {
"git": "https://github.com/devmynd/drip.git",
"tag": "v0.1.0"
},
"source_files": "Drip/**/*.swift",
"requires_arc": true
}