[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 7 / 0 / d / ValidatedInjectAdditions / 0.1.1 / ValidatedInjectAdditions.podspec.json
blob30696c745bed56aad7b1cb9acc8de1c1aa563d93
2   "name": "ValidatedInjectAdditions",
3   "version": "0.1.1",
4   "summary": "Adds convenience when using ValidatedExtension and EasyInject",
5   "description": "ValidatedExtension-EasyInject is a μ-library that adds convenience methods to EasyInject and ValidatedExtension.",
6   "homepage": "https://github.com/vknabel/ValidatedInjectAdditions",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Valentin Knabel": "develop@vknabel.com"
13   },
14   "social_media_url": "https://twitter.com/vknabel",
15   "source": {
16     "git": "https://github.com/vknabel/ValidatedInjectAdditions.git",
17     "tag": "0.1.1"
18   },
19   "platforms": {
20     "ios": "8.0",
21     "osx": "10.10",
22     "tvos": "9.0",
23     "watchos": "2.0"
24   },
25   "requires_arc": true,
26   "source_files": "Sources/**/*.swift",
27   "dependencies": {
28     "EasyInject": [
29       "~> 0.5"
30     ],
31     "ValidatedExtension": [
32       "~> 3.0"
33     ]
34   }