[Add] HDeviceIdentifier 0.1.1
diff --git a/Specs/9/0/2/HDeviceIdentifier/0.1.1/HDeviceIdentifier.podspec.json b/Specs/9/0/2/HDeviceIdentifier/0.1.1/HDeviceIdentifier.podspec.json
new file mode 100644
index 0000000..1224a4f
--- /dev/null
+++ b/Specs/9/0/2/HDeviceIdentifier/0.1.1/HDeviceIdentifier.podspec.json
@@ -0,0 +1,28 @@
+{
+  "name": "HDeviceIdentifier",
+  "version": "0.1.1",
+  "summary": "封装了持久化保存/查看设备唯一标识的功能, 并且可以判断应用是不是第一次安装 (UUID+KeyChain)",
+  "homepage": "https://blog.wskfz.com/index.php/archives/28/",
+  "license": "MIT",
+  "authors": {
+    "Hext123": "hext123@foxmail.com"
+  },
+  "social_media_url": "https://blog.wskfz.com/",
+  "platforms": {
+    "ios": "8.0"
+  },
+  "source": {
+    "git": "https://github.com/Hext123/HDeviceIdentifier.git",
+    "tag": "0.1.1"
+  },
+  "source_files": "HDeviceIdentifier/HDeviceIdentifierUtils/**/*.{h,m}",
+  "public_header_files": "HDeviceIdentifier/HDeviceIdentifierUtils/HDeviceIdentifier.h",
+  "exclude_files": "HDeviceIdentifier/HDeviceIdentifierUtils/SFHFKeychainUtils.{h,m}",
+  "subspecs": [
+    {
+      "name": "no-arc",
+      "source_files": "HDeviceIdentifier/HDeviceIdentifierUtils/SFHFKeychainUtils.{h,m}",
+      "requires_arc": false
+    }
+  ]
+}