[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / a / 0 / 6 / SwinjectAutoregistration / 2.6.0 / SwinjectAutoregistration.podspec.json
blobb944f8589e195aee0c74b8fcf7713ea2aeeac262
2   "name": "SwinjectAutoregistration",
3   "version": "2.6.0",
4   "summary": "Autoregistration for Swinject",
5   "description": "SwinjectAutoregistration is an extension of Swinject that allows to automatically inject dependencies into registered services.",
6   "homepage": "https://github.com/Swinject/SwinjectAutoregistration",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": "Swinject Contributors",
12   "source": {
13     "git": "https://github.com/Swinject/SwinjectAutoregistration.git",
14     "tag": "2.6.0"
15   },
16   "platforms": {
17     "ios": "8.0",
18     "osx": "10.10",
19     "watchos": "2.0",
20     "tvos": "9.0"
21   },
22   "requires_arc": true,
23   "source_files": "Sources/**/*.{swift,h}",
24   "dependencies": {
25     "Swinject": [
26       "~> 2.6"
27     ]
28   }