[Add] VVJSONSchemaValidation 1.6.0
diff --git a/Specs/3/2/f/VVJSONSchemaValidation/1.6.0/VVJSONSchemaValidation.podspec.json b/Specs/3/2/f/VVJSONSchemaValidation/1.6.0/VVJSONSchemaValidation.podspec.json
new file mode 100644
index 0000000..c70c740
--- /dev/null
+++ b/Specs/3/2/f/VVJSONSchemaValidation/1.6.0/VVJSONSchemaValidation.podspec.json
@@ -0,0 +1,23 @@
+{
+  "name": "VVJSONSchemaValidation",
+  "version": "1.6.0",
+  "authors": {
+    "Vlas Voloshin": "argentumko@gmail.com"
+  },
+  "homepage": "https://github.com/vlas-voloshin/JSONSchemaValidation",
+  "social_media_url": "https://twitter.com/argentumko",
+  "summary": "JSON Schema draft 4 parsing and validation library written in Objective C.",
+  "source": {
+    "git": "https://github.com/vlas-voloshin/JSONSchemaValidation.git",
+    "tag": "1.6.0"
+  },
+  "license": "MIT",
+  "requires_arc": true,
+  "platforms": {
+    "ios": "7.0",
+    "tvos": "9.0",
+    "watchos": "2.0",
+    "osx": "10.9"
+  },
+  "source_files": "VVJSONSchemaValidation/**/*.{h,m}"
+}