[Add] McuManager 0.7-alpha1
diff --git a/Specs/c/0/8/McuManager/0.7-alpha1/McuManager.podspec.json b/Specs/c/0/8/McuManager/0.7-alpha1/McuManager.podspec.json
new file mode 100644
index 0000000..daa7316
--- /dev/null
+++ b/Specs/c/0/8/McuManager/0.7-alpha1/McuManager.podspec.json
@@ -0,0 +1,29 @@
+{
+  "name": "McuManager",
+  "version": "0.7-alpha1",
+  "license": {
+    "type": "Apache 2.0",
+    "file": "LICENSE"
+  },
+  "summary": "A mobile management library for devices running Apache Mynewt or Zephyr",
+  "homepage": "https://github.com/JuulLabs-OSS/mcumgr-ios",
+  "authors": {
+    "Brian Giori": "brian.giori@juul.com"
+  },
+  "source": {
+    "git": "https://github.com/JuulLabs-OSS/mcumgr-ios.git",
+    "tag": "v0.7-alpha1"
+  },
+  "swift_version": "4.2",
+  "platforms": {
+    "ios": "9.0"
+  },
+  "source_files": "Source/**/*.{swift, h}",
+  "exclude_files": "Source/*.plist",
+  "requires_arc": true,
+  "dependencies": {
+    "SwiftCBOR": [
+      "0.3.0"
+    ]
+  }
+}