[Add] LDHanDemo 1.3
diff --git a/Specs/2/3/d/LDHanDemo/1.3/LDHanDemo.podspec.json b/Specs/2/3/d/LDHanDemo/1.3/LDHanDemo.podspec.json
new file mode 100644
index 0000000..f411461
--- /dev/null
+++ b/Specs/2/3/d/LDHanDemo/1.3/LDHanDemo.podspec.json
@@ -0,0 +1,34 @@
+{
+  "name": "LDHanDemo",
+  "version": "1.3",
+  "summary": "这是一个组件工程",
+  "license": {
+    "type": "MIT",
+    "file": "LICENSE"
+  },
+  "authors": {
+    "hyaping888": "245921027@qq.com"
+  },
+  "homepage": "https://github.com/hanyaping/LDHanDemoLib",
+  "description": "TODO: Add long description of the pod here.",
+  "frameworks": [
+    "UIKit",
+    "Foundation"
+  ],
+  "source": {
+    "git": "https://github.com/hanyaping/LDHanDemoLib.git",
+    "tag": "1.3"
+  },
+  "platforms": {
+    "ios": "9.0"
+  },
+  "vendored_frameworks": "ios/*.framework",
+  "pod_target_xcconfig": {
+    "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
+    "ONLY_ACTIVE_ARCH": "YES"
+  },
+  "user_target_xcconfig": {
+    "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
+    "ONLY_ACTIVE_ARCH": "YES"
+  }
+}