[Add] WCCategory 0.1.2
diff --git a/Specs/1/f/6/WCCategory/0.1.2/WCCategory.podspec.json b/Specs/1/f/6/WCCategory/0.1.2/WCCategory.podspec.json
new file mode 100644
index 0000000..0fdc266
--- /dev/null
+++ b/Specs/1/f/6/WCCategory/0.1.2/WCCategory.podspec.json
@@ -0,0 +1,74 @@
+{
+  "name": "WCCategory",
+  "version": "0.1.2",
+  "summary": "WCCategory",
+  "description": "常见宏、常用基础类扩展方法",
+  "homepage": "https://github.com/394771176/WCCategory",
+  "license": {
+    "type": "MIT",
+    "file": "LICENSE"
+  },
+  "authors": {
+    "394771176": "394771176@qq.com"
+  },
+  "source": {
+    "git": "https://github.com/394771176/WCCategory.git",
+    "tag": "0.1.2"
+  },
+  "platforms": {
+    "ios": "8.0"
+  },
+  "source_files": [
+    "WCCategory/Classes/*.h"
+  ],
+  "public_header_files": [
+    "WCCategory/Classes/*.h"
+  ],
+  "frameworks": [
+    "UIKit",
+    "Foundation"
+  ],
+  "subspecs": [
+    {
+      "name": "Define",
+      "source_files": [
+        "WCCategory/Classes/Define/*.h"
+      ],
+      "public_header_files": [
+        "WCCategory/Classes/Define/*.h"
+      ]
+    },
+    {
+      "name": "Foundation",
+      "source_files": [
+        "WCCategory/Classes/Foundation/*.h",
+        "WCCategory/Classes/Foundation/*.m"
+      ],
+      "public_header_files": [
+        "WCCategory/Classes/Foundation/*.h"
+      ],
+      "frameworks": "CoreText",
+      "dependencies": {
+        "WCCategory/Define": [
+
+        ]
+      }
+    },
+    {
+      "name": "UIKit",
+      "source_files": [
+        "WCCategory/Classes/UIKit/*.h",
+        "WCCategory/Classes/UIKit/*.m"
+      ],
+      "public_header_files": [
+        "WCCategory/Classes/UIKit/*.h"
+      ],
+      "frameworks": "QuartzCore",
+      "dependencies": {
+        "WCCategory/Foundation": [
+
+        ]
+      }
+    }
+  ]
+}