[Add] AR_PKXPods 0.0.1
diff --git a/Specs/1/4/a/AR_PKXPods/0.0.1/AR_PKXPods.podspec.json b/Specs/1/4/a/AR_PKXPods/0.0.1/AR_PKXPods.podspec.json
new file mode 100644
index 0000000..7e24775
--- /dev/null
+++ b/Specs/1/4/a/AR_PKXPods/0.0.1/AR_PKXPods.podspec.json
@@ -0,0 +1,37 @@
+{
+  "name": "AR_PKXPods",
+  "version": "0.0.1",
+  "summary": "An iOS SDK for ARKIt Object Storage Service",
+  "description": "It's an SDK for ARKIt object storage service, which implement by Objective-C.It helps the iOS developers.",
+  "homepage": "https://gitee.com/liudiao/ARKIt_PKX.git",
+  "license": {
+    "type": "MIT"
+  },
+  "authors": {
+    "liugaosheng": "liu695880140@163.com"
+  },
+  "source": {
+    "git": "https://gitee.com/liudiao/ARKIt_PKX.git",
+    "tag": "v0.0.1"
+  },
+  "requires_arc": true,
+  "platforms": {
+    "ios": "10.0"
+  },
+  "source_files": [
+    "ARKit/*.{h,m,c}",
+    "ARKit/**/*.{h,m,c}"
+  ],
+  "resources": [
+    "ARKit/arImageResouse/*.png",
+    "ARKit/Fontfiles/*",
+    "ARKit/ARModel.scnassets/*"
+  ],
+  "vendored_libraries": "ARKit/**/libSSZip.a",
+  "frameworks": [
+    "Foundation",
+    "UIKit",
+    "ARKit",
+    "SceneKit"
+  ]
+}