[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / f / b / 6 / QRCodeReaderViewController / 3.2.0 / QRCodeReaderViewController.podspec.json
blob162a97cb7093f3fb5ab93f631582425ef091ab3d
2   "name": "QRCodeReaderViewController",
3   "version": "3.2.0",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "Simple QRCode reader for iOS 7 and over",
9   "description": "The `QRCodeReaderViewController` is a simple QRCode and bar code reader/scanner based on the `AVFoundation` framework from Apple. It aims to replace ZXing or ZBar for iOS 7 and over.",
10   "homepage": "https://github.com/YannickL/QRCodeReaderViewController",
11   "authors": {
12     "Yannick Loriot": "contact@yannickloriot.com"
13   },
14   "social_media_url": "https://twitter.com/yannickloriot",
15   "source": {
16     "git": "https://github.com/yannickl/QRCodeReaderViewController.git",
17     "tag": "3.2.0"
18   },
19   "requires_arc": true,
20   "source_files": [
21     "QRCodeReaderViewController/*.{h,m}"
22   ],
23   "frameworks": "AVFoundation",
24   "platforms": {
25     "ios": "7.0"
26   }