[Add] CoreBluetoothMock 0.11.0
diff --git a/Specs/e/f/9/CoreBluetoothMock/0.11.0/CoreBluetoothMock.podspec.json b/Specs/e/f/9/CoreBluetoothMock/0.11.0/CoreBluetoothMock.podspec.json
new file mode 100644
index 0000000..0d9d419
--- /dev/null
+++ b/Specs/e/f/9/CoreBluetoothMock/0.11.0/CoreBluetoothMock.podspec.json
@@ -0,0 +1,36 @@
+{
+  "name": "CoreBluetoothMock",
+  "version": "0.11.0",
+  "summary": "Mocking library for CoreBluetooth.",
+  "description": "This is a mocking library for CoreBluetooth framework. Allows to mock a Bluetooth Low Energy\ndevice and test the app on simulator.",
+  "homepage": "https://github.com/NordicSemiconductor/IOS-CoreBluetooth-Mock",
+  "license": {
+    "type": "BSD 3-Clause",
+    "file": "LICENSE"
+  },
+  "authors": {
+    "Aleksander Nowakowski": "aleksander.nowakowski@nordicsemi.no"
+  },
+  "source": {
+    "git": "https://github.com/NordicSemiconductor/IOS-CoreBluetooth-Mock.git",
+    "tag": "0.11.0"
+  },
+  "social_media_url": "https://twitter.com/nordictweets",
+  "platforms": {
+    "ios": "8.0",
+    "osx": "10.13",
+    "tvos": "9.0",
+    "watchos": "2.0"
+  },
+  "swift_versions": [
+    "4.2",
+    "5.0",
+    "5.1",
+    "5.2"
+  ],
+  "pod_target_xcconfig": {
+    "BUILD_LIBRARY_FOR_DISTRIBUTION": "YES"
+  },
+  "source_files": "CoreBluetoothMock/Classes/**/*",
+  "swift_version": "5.2"
+}