[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 9 / 6 / e / EasyInject / 1.2.0 / EasyInject.podspec.json
blob09b6ad4386594630c2de3327d6136f0aa839c4dd
2   "name": "EasyInject",
3   "version": "1.2.0",
4   "summary": "A lightweight composition and dependency injection framework for Swift.",
5   "description": "EasyInject is designed to be an easy to use, lightweight composition and dependency injection library. Instead of injecting instances for specific types, you provide instances for keys, without losing any type information. This enables its Injectors to be used as a composable, dynamic and typesafe data structure. It may be comparable with a Dictionary that may contain several types, without losing type safety.",
6   "social_media_url": "https://twitter.com/vknabel",
7   "homepage": "https://github.com/vknabel/EasyInject",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Valentin Knabel": "dev@vknabel.com"
14   },
15   "source": {
16     "git": "https://github.com/vknabel/EasyInject.git",
17     "tag": "1.2.0"
18   },
19   "platforms": {
20     "ios": "8.0",
21     "osx": "10.9",
22     "watchos": "2.0",
23     "tvos": "9.0"
24   },
25   "source_files": "Sources/*.swift",
26   "pushed_with_swift_version": "4.0"