[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 2 / 1 / f / EasyDependency / 1.0.1 / EasyDependency.podspec.json
blob164a2c03bf8caa4c0c41ce73d062666e3a30cb7f
2   "name": "EasyDependency",
3   "version": "1.0.1",
4   "summary": "EasyDependency is a very lightweight dependency injection framework, without magic.",
5   "description": "EasyDependency is a very lightweight dependency injection framework, without magic. Just a container to register and resolve dependencies.\nThere is no focus on adding support for circular dependencies or automatic injection of dependencies. Simplicity is key.",
6   "homepage": "https://github.com/bynelus/EasyDependency",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "NielsKoole": "nielskoole@icloud.com"
13   },
14   "source": {
15     "git": "https://github.com/bynelus/EasyDependency.git",
16     "tag": "1.0.1"
17   },
18   "social_media_url": "https://twitter.com/NielsKoole",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "EasyDependency/Classes/**/*"