[Add] SIRL 1.1.10
diff --git a/Specs/e/a/0/SIRL/1.1.10/SIRL.podspec.json b/Specs/e/a/0/SIRL/1.1.10/SIRL.podspec.json
new file mode 100644
index 0000000..a53638f
--- /dev/null
+++ b/Specs/e/a/0/SIRL/1.1.10/SIRL.podspec.json
@@ -0,0 +1,38 @@
+{
+  "name": "SIRL",
+  "version": "1.1.10",
+  "summary": "SIRL SDKs",
+  "description": "This is the set of SDKs for the SIRL system.",
+  "homepage": "https://www.sirl.io",
+  "license": {
+    "type": "Copyright SIRL Inc. 2019"
+  },
+  "authors": {
+    "Wei Cai": "wei.cai@sirl.io"
+  },
+  "platforms": {
+    "ios": "9.0"
+  },
+  "swift_versions": "4.2",
+  "source": {
+    "git": "https://github.com/sirl-io/ios_sdk.git",
+    "tag": "1.1.10"
+  },
+  "default_subspecs": "Core",
+  "swift_version": "4.2",
+  "subspecs": [
+    {
+      "name": "Core",
+      "vendored_frameworks": "SIRLCore.framework",
+      "preserve_paths": "libs/include/module.modulemap",
+      "vendored_libraries": "libs/*.a",
+      "source_files": "libs/include/*.{h}",
+      "libraries": "c++",
+      "requires_arc": true,
+      "xcconfig": {
+        "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2",
+        "SWIFT_INCLUDE_PATHS": "$(PODS_ROOT)/SIRL/libs/include"
+      }
+    }
+  ]
+}