blob: 22460bcbe18fb7289cc20aa9c517bcd23af3bc92 [file] [log] [blame]
{
"name": "SimpleServiceRegistry",
"version": "0.8.0",
"summary": "Simple Service Registry to facilitate Dependency Injection by removing the need for Singleton (Swift 3.0.2)",
"description": "Use the Service Registry to store services instance using a type as theire key. Using a Protocol as the key to retreive an instance would be the best option.",
"homepage": "https://github.com/VinceBurn/SimpleServiceRegistry",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Vincent Bernier": "vincentbernier@hotmail.com"
},
"source": {
"git": "https://github.com/VinceBurn/SimpleServiceRegistry.git",
"tag": "0.8.0"
},
"social_media_url": "https://twitter.com/2000Bernier",
"platforms": {
"ios": "8.0"
},
"source_files": "SimpleServiceRegistry/Classes/**/*",
"pushed_with_swift_version": "3.0"
}