[Add] jionews-shortssdk-cocoapod 2.1.5
[CocoaPods.git] / Specs / d / a / 3 / SimpleServiceRegistry / 1.0.0 / SimpleServiceRegistry.podspec.json
blobbb2ca6bb2a539795b1cb2f3ba161a4ee08df107b
2   "name": "SimpleServiceRegistry",
3   "version": "1.0.0",
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",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Vincent Bernier": "vincentbernier@hotmail.com"
13   },
14   "source": {
15     "git": "https://github.com/VinceBurn/SimpleServiceRegistry.git",
16     "tag": "1.0.0"
17   },
18   "social_media_url": "https://twitter.com/2000Bernier",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "SimpleServiceRegistry/Classes/**/*",
23   "pushed_with_swift_version": "4.0"