[Add] RxSwiftSupplement 1.0.1
[CocoaPods.git] / Specs / 8 / e / 3 / ZSQRCodeReader / 0.1.1 / ZSQRCodeReader.podspec.json
blob617591503e4043f72d11829eaf9248f0a218b79f
2   "name": "ZSQRCodeReader",
3   "version": "0.1.1",
4   "summary": "二维码/条形码扫描读取,界面及交互模仿微信。",
5   "description": "二维码/条形码扫描读取,界面及交互模仿微信。相册照片选择依赖第三方库TZImagePickerController",
6   "homepage": "https://github.com/safiriGitHub/QRCodeReader",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "safiriGitHub": "safiri@163.com"
13   },
14   "source": {
15     "git": "https://github.com/safiriGitHub/QRCodeReader.git",
16     "tag": "0.1.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "ZSQRCodeReaderDemo/ZSQRCodeReader/**/*.{h,m}",
22   "resources": "ZSQRCodeReaderDemo/Assets/*.bundle",
23   "public_header_files": "ZSQRCodeReaderDemo/ZSQRCodeReader/**/*.h",
24   "frameworks": [
25     "UIKit",
26     "AVFoundation"
27   ],
28   "dependencies": {
29     "TZImagePickerController": [
31     ]
32   }