[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / a / 1 / b / AnnotationInject / 0.2.0 / AnnotationInject.podspec.json
blobc188370deecba5fa95de498fbf1226e5f4645a4d
2   "name": "AnnotationInject",
3   "version": "0.2.0",
4   "source": {
5     "git": "https://github.com/akane/AnnotationInject.git",
6     "tag": "0.2.0"
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   "preserve_paths": [
23     "Scripts",
24     "Templates"
25   ],
26   "dependencies": {
27     "Sourcery": [
29     ],
30     "Swinject": [
32     ]
33   }