[Add] TTPatch 0.1.0
diff --git a/Specs/9/6/c/TTPatch/0.1.0/TTPatch.podspec.json b/Specs/9/6/c/TTPatch/0.1.0/TTPatch.podspec.json
new file mode 100644
index 0000000..0ea5660
--- /dev/null
+++ b/Specs/9/6/c/TTPatch/0.1.0/TTPatch.podspec.json
@@ -0,0 +1,22 @@
+{
+  "name": "TTPatch",
+  "version": "0.1.0",
+  "summary": "一款基于javaScript脚本的轻量级热修复工具",
+  "description": "热修复、热更新、JS代码动态下发、动态创建类\n功能特性\t\n替换指定ObjectC方法实现\n支持block\t\n支持添加属性\t\n支持基础数据类型\t\n支持下发纯JS页面",
+  "homepage": "https://github.com/yangyangFeng/TTPatch",
+  "license": "MIT",
+  "authors": {
+    "tianyu": "13621223933@163.com"
+  },
+  "social_media_url": "https://www.jianshu.com/u/5e18e745e21b",
+  "platforms": {
+    "ios": "8.0"
+  },
+  "source": {
+    "git": "https://github.com/yangyangFeng/TTPatch.git",
+    "tag": "0.1.0"
+  },
+  "source_files": "TTPatch/*.{h,m}",
+  "public_header_files": "TTPatch/*.h",
+  "resources": "TTPatch/*.js"
+}