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