[Add] KZModelCast 0.3.5
diff --git a/Specs/c/1/0/KZModelCast/0.3.5/KZModelCast.podspec.json b/Specs/c/1/0/KZModelCast/0.3.5/KZModelCast.podspec.json
new file mode 100644
index 0000000..4394308d
--- /dev/null
+++ b/Specs/c/1/0/KZModelCast/0.3.5/KZModelCast.podspec.json
@@ -0,0 +1,25 @@
+{
+  "name": "KZModelCast",
+  "version": "0.3.5",
+  "summary": "KZModelCast is json to model in runtime",
+  "description": "use run time finish json to model, and model to jsonstring",
+  "homepage": "http://git.kanzhun-inc.com/bosszhipin/kzmodelcast",
+  "license": "MIT",
+  "authors": {
+    "yangmaosheng": "yangmaosheng@techwolf.cn"
+  },
+  "platforms": {
+    "ios": "8.0"
+  },
+  "source": {
+    "git": "git@git.kanzhun-inc.com:bosszhipin/kzmodelcast.git",
+    "tag": "0.3.5"
+  },
+  "source_files": "KZModelCast/ModelCast/*.{h,m}",
+  "exclude_files": "Classes/Exclude",
+  "public_header_files": "KZModelCast/ModelCast/*.h",
+  "frameworks": [
+    "UIKit",
+    "Foundation"
+  ]
+}