[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / a / 1 / b / AnnotationInject / 0.6.1 / AnnotationInject.podspec.json
blobd8b37bdebf3493bd0be1ce6cfd59f16fe101a83e
2   "name": "AnnotationInject",
3   "version": "0.6.1",
4   "source": {
5     "git": "https://github.com/pjechris/AnnotationInject.git",
6     "tag": "0.6.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/pjechris/AnnotationInject.git",
11   "license": {
12     "type": "MIT",
13     "file": "LICENSE"
14   },
15   "authors": "pjechris",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "swift_versions": "4.2",
20   "preserve_paths": [
21     "Sources",
22     "Scripts",
23     "Templates"
24   ],
25   "prepare_command": "./Scripts/generate-annotation-template",
26   "dependencies": {
27     "Sourcery": [
28       ">= 1.0.0"
29     ],
30     "Swinject": [
32     ]
33   },
34   "swift_version": "4.2"