[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / a / 1 / b / AnnotationInject / 0.5.1 / AnnotationInject.podspec.json
blob04e85cf5ab9a83b4b2ed832d2ff655b6c130dcc7
2   "name": "AnnotationInject",
3   "version": "0.5.1",
4   "source": {
5     "git": "https://github.com/akane/AnnotationInject.git",
6     "tag": "0.5.1"
7   },
8   "summary": "Swift dependency injection with annotations.",
9   "description": "Makes your code safer by using annotations to manage your dependencies. Built with Sourcercy and Swinject.",
10   "homepage": "https://github.com/akane/AnnotationInject.git",
11   "license": {
12     "type": "MIT",
13     "file": "LICENSE"
14   },
15   "authors": [
16     "pjechris",
17     "akane"
18   ],
19   "platforms": {
20     "ios": "8.0"
21   },
22   "swift_versions": "4.2",
23   "preserve_paths": [
24     "Sources",
25     "Scripts",
26     "Templates"
27   ],
28   "prepare_command": "./Scripts/generate-annotation-template",
29   "dependencies": {
30     "Sourcery": [
31       ">= 0.16.2"
32     ],
33     "Swinject": [
35     ]
36   },
37   "swift_version": "4.2"