[Add] AnyThinkYandexSDKAdapter 6.4.27.2
[CocoaPods.git] / Specs / 4 / 1 / b / QRCodeCaptureViewController / 1.0.0 / QRCodeCaptureViewController.podspec.json
blob5ca6ebe7814790a9303a157df4f82025a39aae92
2   "name": "QRCodeCaptureViewController",
3   "version": "1.0.0",
4   "summary": "UIViewController-Subclass for capturing and decoding QRCodes",
5   "description": "The QRCodeCaptureViewController class provides a simple way for capturing QRCodes and decode them on the fly. With the QRCodeCaptureDelegate you can capture a QRCode in one ViewController and show the decoded String on another one.",
6   "homepage": "https://github.com/slashkeys/QRCodeCaptureViewController",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Slashkeys": "info@slashkeys.com"
13   },
14   "social_media_url": "http://twitter.com/slashkeysdev",
15   "platforms": {
16     "ios": "9.0"
17   },
18   "source": {
19     "git": "https://github.com/slashkeys/QRCodeCaptureViewController.git",
20     "tag": "1.0.0"
21   },
22   "source_files": [
23     "Classes",
24     "QRCodeCaptureViewController"
25   ]