blob: 175a4c308a0b9a4d872f317d1a16c60bb1baa9b2 [file] [log] [blame]
{
"name": "Kontena",
"version": "0.1.1",
"summary": "A simple Swift implementation of Service Locator / IOC container",
"homepage": "https://github.com/markvaldy/Kontena",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Vadym Markov": "impressionwave@gmail.com"
},
"source": {
"git": "https://github.com/markvaldy/Kontena.git",
"tag": "0.1.1"
},
"social_media_url": "https://twitter.com/markvaldy",
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"requires_arc": true,
"source_files": "Source/**/*.{swift}",
"dependencies": {
"TypeHelper": [
"~> 0.1.2"
]
},
"frameworks": "Foundation"
}