[Add] HTTPRequestTool 0.0.2
diff --git a/Specs/3/1/3/HTTPRequestTool/0.0.2/HTTPRequestTool.podspec.json b/Specs/3/1/3/HTTPRequestTool/0.0.2/HTTPRequestTool.podspec.json
new file mode 100644
index 0000000..ba3cfc6
--- /dev/null
+++ b/Specs/3/1/3/HTTPRequestTool/0.0.2/HTTPRequestTool.podspec.json
@@ -0,0 +1,35 @@
+{
+  "name": "HTTPRequestTool",
+  "version": "0.0.2",
+  "summary": "A short description of HTTPRequestTool.",
+  "description": "a HTTPRequestTool repository demo",
+  "homepage": "https://github.com/jiangyongchang126/HTTPRequestTool",
+  "license": {
+    "type": "MIT",
+    "file": "LICENSE"
+  },
+  "authors": {
+    "jianggongzi": "jiang_yongchang@126.com"
+  },
+  "platforms": {
+    "ios": "9.0"
+  },
+  "source": {
+    "git": "https://github.com/jiangyongchang126/HTTPRequestTool.git",
+    "tag": "0.0.2"
+  },
+  "requires_arc": true,
+  "source_files": "HTTPRequestTool/HTTPRequestTool/Http/*.{h,m}",
+  "frameworks": [
+    "Foundation",
+    "UIKit"
+  ],
+  "dependencies": {
+    "AFNetworking": [
+      "~> 3.2.1"
+    ],
+    "MBProgressHUD": [
+      "~> 1.1.0"
+    ]
+  }
+}