2 "name": "SimpleServiceRegistry",
4 "summary": "Simple Service Registry to facilitate Dependency Injection by removing the need for Singleton (Swift 4)",
5 "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.",
6 "homepage": "https://github.com/VinceBurn/SimpleServiceRegistry",
12 "Vincent Bernier": "vincentbernier@hotmail.com"
15 "git": "https://github.com/VinceBurn/SimpleServiceRegistry.git",
18 "social_media_url": "https://twitter.com/2000Bernier",
22 "source_files": "SimpleServiceRegistry/Classes/**/*",
23 "pushed_with_swift_version": "4.0"