[Add] TPNetworking 0.0.1
diff --git a/Specs/e/2/3/TPNetworking/0.0.1/TPNetworking.podspec.json b/Specs/e/2/3/TPNetworking/0.0.1/TPNetworking.podspec.json
new file mode 100644
index 0000000..41e16cb
--- /dev/null
+++ b/Specs/e/2/3/TPNetworking/0.0.1/TPNetworking.podspec.json
@@ -0,0 +1,56 @@
+{
+  "name": "TPNetworking",
+  "version": "0.0.1",
+  "summary": "TPNetworking iOS系统网络库",
+  "description": "TODO: Add long description of the pod here.",
+  "homepage": "https://github.com/Topredator/TPNetworking",
+  "license": {
+    "type": "MIT",
+    "file": "LICENSE"
+  },
+  "authors": {
+    "Topredator": "luyanggold@163.com"
+  },
+  "source": {
+    "git": "https://github.com/Topredator/TPNetworking.git",
+    "tag": "0.0.1"
+  },
+  "platforms": {
+    "ios": "9.0"
+  },
+  "source_files": "TPNetworking/Classes/TPNetworking.h",
+  "subspecs": [
+    {
+      "name": "Base",
+      "source_files": "TPNetworking/Classes/Base/**/*",
+      "dependencies": {
+        "AFNetworking": [
+          "~> 4.0.0"
+        ],
+        "CocoaLumberjack": [
+
+        ]
+      },
+      "private_header_files": "TPNetworking/Classes/Base/TPNetworkPrivate.h"
+    },
+    {
+      "name": "Core",
+      "source_files": "TPNetworking/Classes/Core/**/*",
+      "dependencies": {
+        "TPNetworking/Base": [
+
+        ],
+        "TPNetworking/YYModel": [
+
+        ],
+        "ReactiveObjC": [
+
+        ]
+      }
+    },
+    {
+      "name": "YYModel",
+      "source_files": "TPNetworking/Classes/YYModel/**/*"
+    }
+  ]
+}