[Add] TTToolKit 0.0.7
diff --git a/Specs/3/2/d/TTToolKit/0.0.7/TTToolKit.podspec.json b/Specs/3/2/d/TTToolKit/0.0.7/TTToolKit.podspec.json
new file mode 100644
index 0000000..93eb41e
--- /dev/null
+++ b/Specs/3/2/d/TTToolKit/0.0.7/TTToolKit.podspec.json
@@ -0,0 +1,32 @@
+{
+  "name": "TTToolKit",
+  "version": "0.0.7",
+  "summary": "TTToolKit工具类",
+  "description": "An integrated, simple, independent, efficient, lightweight, and continuously updated image selects a third-party framework.",
+  "homepage": "https://github.com/TongFangyuan/TTTool",
+  "license": {
+    "type": "MIT",
+    "file": "LICENSE"
+  },
+  "authors": {
+    "tongfy": "573682532@qq.com"
+  },
+  "platforms": {
+    "ios": "9.0"
+  },
+  "source": {
+    "git": "https://github.com/TongFangyuan/TTTool.git",
+    "tag": "0.0.7"
+  },
+  "requires_arc": true,
+  "frameworks": "UIKit",
+  "source_files": "TTToolKit/TTToolKit.h",
+  "public_header_files": "TTToolKit/TTToolKit.h",
+  "subspecs": [
+    {
+      "name": "UIKit",
+      "source_files": "TTToolKit/UIKit/*.{h,m}",
+      "public_header_files": "TTToolKit/UIKit/*.h"
+    }
+  ]
+}