[Add] TCNetwork 0.1.8
diff --git a/Specs/f/1/a/TCNetwork/0.1.8/TCNetwork.podspec.json b/Specs/f/1/a/TCNetwork/0.1.8/TCNetwork.podspec.json
new file mode 100644
index 0000000..a698c34
--- /dev/null
+++ b/Specs/f/1/a/TCNetwork/0.1.8/TCNetwork.podspec.json
@@ -0,0 +1,36 @@
+{
+  "name": "TCNetwork",
+  "version": "0.1.8",
+  "summary": "链式编程封装AFNetworking,使得HTTP请求变得更加简洁易用.",
+  "description": "TODO: Add long description of the pod here.",
+  "homepage": "https://github.com/xtuck/TCNetwork",
+  "license": {
+    "type": "MIT",
+    "file": "LICENSE"
+  },
+  "authors": {
+    "xtuck": "104166631@qq.com"
+  },
+  "source": {
+    "git": "https://github.com/xtuck/TCNetwork.git",
+    "tag": "0.1.8"
+  },
+  "platforms": {
+    "ios": "9.0"
+  },
+  "source_files": "TCNetwork/Classes/**/*",
+  "dependencies": {
+    "AFNetworking": [
+
+    ],
+    "MBProgressHUD": [
+
+    ],
+    "Aspects": [
+
+    ],
+    "CocoaSecurity": [
+
+    ]
+  }
+}