[Add] AsyncTCP 0.0.11
diff --git a/Specs/4/3/1/AsyncTCP/0.0.11/AsyncTCP.podspec.json b/Specs/4/3/1/AsyncTCP/0.0.11/AsyncTCP.podspec.json
new file mode 100644
index 0000000..51b0e99
--- /dev/null
+++ b/Specs/4/3/1/AsyncTCP/0.0.11/AsyncTCP.podspec.json
@@ -0,0 +1,33 @@
+{
+  "name": "AsyncTCP",
+  "version": "0.0.11",
+  "summary": "Lightweight, simple and asynchronous TCP sockets",
+  "description": "A tiny library easing TCP connections handling. Provides a set of classes for the user to connect to a remote server as a client and is able to host a server on its own",
+  "homepage": "https://github.com/mateuszstompor/AsyncTCP",
+  "license": {
+    "type": "MIT",
+    "file": "LICENSE"
+  },
+  "authors": {
+    "Mateusz StompoĢr": "mateusz.stompor@gmail.com"
+  },
+  "platforms": {
+    "ios": "8.0",
+    "osx": "10.10"
+  },
+  "source": {
+    "git": "https://github.com/mateuszstompor/AsyncTCP.git",
+    "tag": "0.0.11"
+  },
+  "source_files": "AsyncTCP/**/*.{h,m}",
+  "exclude_files": "AsyncTCPTests/**/*.{h,m}",
+  "osx": {
+    "exclude_files": "AsyncTCP/iOS/*.h",
+    "frameworks": "Cocoa"
+  },
+  "ios": {
+    "exclude_files": "AsyncTCP/macOS/*.h"
+  },
+  "preserve_paths": "README.md",
+  "requires_arc": true
+}