[Add] APLNetworkLayer 0.0.5
diff --git a/Specs/b/3/5/APLNetworkLayer/0.0.5/APLNetworkLayer.podspec.json b/Specs/b/3/5/APLNetworkLayer/0.0.5/APLNetworkLayer.podspec.json
new file mode 100644
index 0000000..520f91f
--- /dev/null
+++ b/Specs/b/3/5/APLNetworkLayer/0.0.5/APLNetworkLayer.podspec.json
@@ -0,0 +1,28 @@
+{
+  "name": "APLNetworkLayer",
+  "version": "0.0.5",
+  "summary": "APLNetworkLayer is a convenient interface for Apple's network framework that provides commonly used features.",
+  "description": "This network layer is a wrapper for Apple's network classes and \nfunctions that allows to use it conveniently made with Swift. It \nprovides all common features needed for network calls in iOS \ndevelopment.",
+  "homepage": "https://github.com/apploft/APLNetworkLayer.git",
+  "license": {
+    "type": "MIT",
+    "file": "LICENSE"
+  },
+  "authors": {
+    "Christine Pühringer": "christine.puehringer@apploft.de"
+  },
+  "platforms": {
+    "ios": "11.0"
+  },
+  "source": {
+    "git": "https://github.com/apploft/APLNetworkLayer.git",
+    "tag": "0.0.5"
+  },
+  "source_files": [
+    "Classes",
+    "Classes/**/*.{swift}",
+    "Classes/**/*.{h,m}"
+  ],
+  "exclude_files": "Classes/Exclude",
+  "requires_arc": true
+}