[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / b / 6 / 2 / BarcodeScanner / 2.0.0 / BarcodeScanner.podspec.json
blob67a207f01aeb6ebc2fd4514a2384365be50c97cb
2   "name": "BarcodeScanner",
3   "summary": "Simple and beautiful barcode scanner.",
4   "version": "2.0.0",
5   "homepage": "https://github.com/hyperoslo/BarcodeScanner",
6   "license": "MIT",
7   "authors": {
8     "Hyper Interaktiv AS": "ios@hyper.no"
9   },
10   "source": {
11     "git": "https://github.com/hyperoslo/BarcodeScanner.git",
12     "tag": "2.0.0"
13   },
14   "social_media_url": "https://twitter.com/hyperoslo",
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Sources/**/*",
20   "resource_bundles": {
21     "BarcodeScanner": [
22       "Images/*.{png}"
23     ]
24   },
25   "frameworks": [
26     "UIKit",
27     "AVFoundation"
28   ],
29   "pod_target_xcconfig": {
30     "SWIFT_VERSION": "3.0"
31   }