[Add] WTProto 1.0.0
diff --git a/Specs/5/6/e/WTProto/1.0.0/WTProto.podspec.json b/Specs/5/6/e/WTProto/1.0.0/WTProto.podspec.json
new file mode 100644
index 0000000..395c595e
--- /dev/null
+++ b/Specs/5/6/e/WTProto/1.0.0/WTProto.podspec.json
@@ -0,0 +1,48 @@
+{
+  "name": "WTProto",
+  "version": "1.0.0",
+  "summary": "WTProtocol re-encapsulates the XMPP communication protocol based on XMPPFramework. .",
+  "description": "WTProtocol re-encapsulates the XMPP communication protocol based on XMPPFramework.\nWTProto is the most core class that manager the all the XMPP communication.",
+  "homepage": "https://github.com/vilsonlee/WTProto",
+  "license": {
+    "type": "MIT",
+    "file": "LICENSE"
+  },
+  "authors": {
+    "vilson": "vilson.li@gzemt.com"
+  },
+  "platforms": {
+    "ios": "10.0"
+  },
+  "source": {
+    "git": "https://github.com/vilsonlee/WTProto.git",
+    "tag": "1.0.0"
+  },
+  "source_files": [
+    "WTProtocal/WTProto/ThirdParty/**/*.{h,m}",
+    "WTProtocal/WTProto/MUC/**/*.{h,m}",
+    "WTProtocal/WTProto/Utils/**/*.{h,m}",
+    "WTProtocal/WTProto/DataCenter/**/*.{h,m}",
+    "WTProtocal/WTProto/Connection/**/*.{h,m}",
+    "WTProtocal/WTProto/Tracker/**/*.{h,m}",
+    "WTProtocal/WTProto/Roster/**/*.{h,m}",
+    "WTProtocal/WTProto/stream/**/*.{h,m}",
+    "WTProtocal/WTProto/message/**/*.{h,m}",
+    "WTProtocal/WTProto/Interface/**/*.{h,m}"
+  ],
+  "requires_arc": true,
+  "dependencies": {
+    "WTXMPPFramework": [
+
+    ],
+    "AFNetworking": [
+
+    ],
+    "SignalProtocolC": [
+
+    ],
+    "SignalProtocolObjC": [
+
+    ]
+  }
+}