[Add] NKDBarcode 0.1.0
diff --git a/Specs/d/4/5/NKDBarcode/0.1.0/NKDBarcode.podspec.json b/Specs/d/4/5/NKDBarcode/0.1.0/NKDBarcode.podspec.json
new file mode 100644
index 0000000..8f131d3
--- /dev/null
+++ b/Specs/d/4/5/NKDBarcode/0.1.0/NKDBarcode.podspec.json
@@ -0,0 +1,22 @@
+{
+  "name": "NKDBarcode",
+  "version": "0.1.0",
+  "summary": "一个条形码扫描工具",
+  "description": "这是一个日本人写的生成条形码的库, 写得还不错, 各种常用码都可以生成, 而且调用起来也很方便, \n唯一不足的就是这个库是MRC的, 所以我改成ARC了,供大家使用。",
+  "homepage": "https://github.com/jinyuyoulong/NKDBarcode",
+  "license": {
+    "type": "MIT",
+    "file": "LICENSE"
+  },
+  "authors": {
+    "jinyuyoulong": "fan.jinlong@qq.com"
+  },
+  "source": {
+    "git": "https://github.com/jinyuyoulong/NKDBarcode.git",
+    "tag": "0.1.0"
+  },
+  "platforms": {
+    "ios": "8.0"
+  },
+  "source_files": "NKDBarcode/Classes/**/*"
+}