blob: 5a0cfdb4d442946f91f899ed218dcd32474265ec [file] [log] [blame]
{
"name": "Deli",
"version": "0.3.0",
"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.3.0"
},
"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.3.0"
]
},
"pushed_with_swift_version": "4.1"
}