[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / a / 0 / 3 / SimpleInjector / 1.0.1 / SimpleInjector.podspec.json
blob82b663b59ef5cdd7d2f613ade6d19c8e9fa8b8cc
2   "name": "SimpleInjector",
3   "version": "1.0.1",
4   "summary": "A lightweight dependency injection mechanism in swift.",
5   "description": "SimpleInjector is a lightweight dependency injection mechanism written in Swift it carries your dependencies for you in a single object and deliver them where needed in one call.",
6   "homepage": "https://github.com/AncAinu/Injector",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Tancrede Chazallet": "tancredechazallet@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/AncAinu/Injector.git",
16     "tag": "1.0.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "swift_versions": "5.1.2",
22   "source_files": "SimpleInjector/Classes/**/*",
23   "swift_version": "5.1.2"