[Add] WordPress-Aztec-iOS 1.8.1
diff --git a/Specs/9/b/c/WordPress-Aztec-iOS/1.8.1/WordPress-Aztec-iOS.podspec.json b/Specs/9/b/c/WordPress-Aztec-iOS/1.8.1/WordPress-Aztec-iOS.podspec.json
new file mode 100644
index 0000000..5578e6e
--- /dev/null
+++ b/Specs/9/b/c/WordPress-Aztec-iOS/1.8.1/WordPress-Aztec-iOS.podspec.json
@@ -0,0 +1,38 @@
+{
+  "name": "WordPress-Aztec-iOS",
+  "version": "1.8.1",
+  "summary": "The native HTML Editor.",
+  "description": "The native HTML Editor by Automattic Inc.",
+  "homepage": "https://github.com/wordpress-mobile/WordPress-Aztec-iOS",
+  "license": {
+    "type": "GPLv2",
+    "file": "LICENSE"
+  },
+  "authors": {
+    "Automattic": "mobile@automattic.com",
+    "Diego Rey Mendez": "diego.rey.mendez@automattic.com",
+    "Sergio Estevao": "sergioestevao@gmail.com",
+    "Jorge Leandro Perez": "jorge.perez@automattic.com"
+  },
+  "social_media_url": "http://twitter.com/WordPressiOS",
+  "source": {
+    "git": "https://github.com/wordpress-mobile/WordPress-Aztec-iOS.git",
+    "tag": "1.8.1"
+  },
+  "platforms": {
+    "ios": "10.0"
+  },
+  "swift_versions": "4.2",
+  "module_name": "Aztec",
+  "source_files": "Aztec/Classes/**/*",
+  "resource_bundles": {
+    "WordPress-Aztec-iOS": [
+      "Aztec/Assets/**/*"
+    ]
+  },
+  "xcconfig": {
+    "OTHER_LDFLAGS": "-lxml2",
+    "HEADER_SEARCH_PATHS": "/usr/include/libxml2"
+  },
+  "swift_version": "4.2"
+}