blob: bb2ca6bb2a539795b1cb2f3ba161a4ee08df107b [file] [log] [blame]
{
"name": "SimpleServiceRegistry",
"version": "1.0.0",
"summary": "Simple Service Registry to facilitate Dependency Injection by removing the need for Singleton (Swift 4)",
"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": "1.0.0"
},
"social_media_url": "https://twitter.com/2000Bernier",
"platforms": {
"ios": "8.0"
},
"source_files": "SimpleServiceRegistry/Classes/**/*",
"pushed_with_swift_version": "4.0"
}