[Add] DemoTestFramework 1.0.10
[CocoaPods.git] / Specs / f / d / 1 / BCScanner / 0.1.1 / BCScanner.podspec.json
blob9a3d2ba135acd68a93211fcec6c3d0a244850cce
2   "name": "BCScanner",
3   "version": "0.1.1",
4   "summary": "A barcode and qr code scanner that wraps the `AVFoundation` scanning capabilities in a `UIViewController`",
5   "homepage": "https://github.com/michaelochs/BCScanner",
6   "license": {
7     "type": "Apache License, Version 2.0",
8     "file": "LICENSE"
9   },
10   "authors": "Michael Ochs, @_mochs",
11   "platforms": {
12     "ios": "7.0"
13   },
14   "requires_arc": true,
15   "frameworks": [
16     "AVFoundation",
17     "UIKit"
18   ],
19   "source": {
20     "git": "https://github.com/michaelochs/BCScanner.git",
21     "tag": "0.1.1"
22   },
23   "source_files": [
24     "BCScanner",
25     "BCScanner/**/*.{h,m}"
26   ],
27   "public_header_files": "BCScanner/*.h",
28   "preserve_paths": [
29     "LICENSE",
30     "VERSION",
31     "CREDITS.md"
32   ]