[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / d / 4 / 5 / NKDBarcode / 0.1.0 / NKDBarcode.podspec.json
blob8f131d33e7dd95a67f6823ce800f73f817fc02fe
2   "name": "NKDBarcode",
3   "version": "0.1.0",
4   "summary": "一个条形码扫描工具",
5   "description": "这是一个日本人写的生成条形码的库, 写得还不错, 各种常用码都可以生成, 而且调用起来也很方便, \n唯一不足的就是这个库是MRC的, 所以我改成ARC了,供大家使用。",
6   "homepage": "https://github.com/jinyuyoulong/NKDBarcode",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "jinyuyoulong": "fan.jinlong@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/jinyuyoulong/NKDBarcode.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "NKDBarcode/Classes/**/*"