blob: cc057262c84b88e498e28efb864fe67d4626e590 [file] [log] [blame]
{
"name": "Deli",
"version": "0.8.1",
"summary": "Simple and easy DI Container",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"homepage": "https://github.com/kawoou/Deli",
"authors": {
"Jungwon An": "kawoou@kawoou.kr"
},
"social_media_url": "http://fb.com/kawoou",
"source": {
"git": "https://github.com/kawoou/Deli.git",
"tag": "v0.8.1"
},
"source_files": "Sources/Deli/**/*.{swift}",
"frameworks": "Foundation",
"module_name": "Deli",
"requires_arc": true,
"platforms": {
"ios": "8.0",
"tvos": "9.0",
"osx": "10.10",
"watchos": "2.0"
},
"dependencies": {
"DeliBinary": [
"~> 0.8.1"
]
}
}