| { |
| "name": "Deli", |
| "version": "0.5.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.5.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.5.0" |
| ] |
| } |
| } |