[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / e / f / 2 / PSUIBarcodeScanner / 1.0.0 / PSUIBarcodeScanner.podspec.json
blob55484d62bfe1269596d09c7174abbab12722606b
2   "name": "PSUIBarcodeScanner",
3   "version": "1.0.0",
4   "summary": "Simple and fully customizable barcode scanner written in Swift",
5   "description": "PSUIBarcodeScanner helps you scanning any kind of barcode 2d and linear kinds.",
6   "homepage": "https://github.com/piero9212/PSUIBarcodeScanner",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Piero Sifuentes": "piero9212@gmail.com"
13   },
14   "social_media_url": "https://twitter.com/piero_sifuentes",
15   "platforms": {
16     "ios": "10.0"
17   },
18   "requires_arc": true,
19   "source": {
20     "git": "https://github.com/piero9212/PSUIBarcodeScanner.git",
21     "tag": "1.0.0"
22   },
23   "source_files": "PSUIBarcodeScanner/PSUIBarcodeScanner/**/*.swift",
24   "frameworks": [
25     "UIKit",
26     "AVFoundation"
27   ]