blob: 0bc3f925eb1353bd1c24baba7c38bf453d5c3897 [file] [log] [blame]
{
"name": "Deli",
"version": "0.4.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.4.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.4.0"
]
}
}