[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / a / 0 / 6 / SwinjectAutoregistration / 2.1.1 / SwinjectAutoregistration.podspec.json
blob5751e933df6748f65b8269e2a6fc96d5f777060d
2   "name": "SwinjectAutoregistration",
3   "version": "2.1.1",
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.1.1"
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.1"
27     ]
28   },
29   "pushed_with_swift_version": "3.1.1"