[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 7 / 0 / d / ValidatedInjectAdditions / 0.3.0 / ValidatedInjectAdditions.podspec.json
blob5d93e433439c069373dbb057b2f7bacf3d00b011
2   "name": "ValidatedInjectAdditions",
3   "version": "0.3.0",
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.3.0"
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.8"
30     ],
31     "ValidatedExtension": [
32       "~> 4.0"
33     ]
34   }