[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 9 / 6 / e / EasyInject / 0.8.1 / EasyInject.podspec.json
blob4cd94670fc83aaa525f9609327182e5478067132
2   "name": "EasyInject",
3   "version": "0.8.1",
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": "develop@vknabel.com"
14   },
15   "source": {
16     "git": "https://github.com/vknabel/EasyInject.git",
17     "tag": "0.8.1"
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"