[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / f / 5 / 1 / QrCodeScan / 1.0.5 / QrCodeScan.podspec.json
blob8c84b3c149bc6f53fb489efa9af6cdeda871b354
2   "name": "QrCodeScan",
3   "version": "1.0.5",
4   "summary": "caobo's QrCodeScan.",
5   "description": "It is a QrCodeScan util used on iOS, which implement by Objective-C.",
6   "homepage": "https://github.com/caobo56/QrCodeScan",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "caobo": "caobo56@sina.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/caobo56/QrCodeScan.git",
19     "tag": "1.0.5"
20   },
21   "source_files": [
22     "SRC",
23     "SRC/*.{h,m}"
24   ],
25   "resources": "SRC/image/*.png",
26   "frameworks": "AVFoundation",
27   "dependencies": {
28     "CBImagePicker": [
30     ]
31   }