[Add] CXHAdSDK 1.4.6
[CocoaPods.git] / Specs / 9 / 6 / e / EasyInject / 0.6.0 / EasyInject.podspec.json
blobd61f5b81fe7548ded331bc8be2995acb019b3f9b
2   "name": "EasyInject",
3   "version": "0.6.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": "0.6.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"