[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / a / 1 / b / AnnotationInject / 0.3.0 / AnnotationInject.podspec.json
blob5b35d4624efd1fde9bd6119706b5d43e7d8da623
2   "name": "AnnotationInject",
3   "version": "0.3.0",
4   "source": {
5     "git": "https://github.com/akane/AnnotationInject.git",
6     "tag": "0.3.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   "swift_version": "4.2",
23   "preserve_paths": [
24     "Scripts",
25     "Templates"
26   ],
27   "dependencies": {
28     "Sourcery": [
30     ],
31     "Swinject": [
33     ]
34   }