[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / a / 5 / 2 / BSQRCodeReader / 1.0.0 / BSQRCodeReader.podspec.json
blobae8334df610fe9bff74c7c9ffa7e95366c9922df
2   "name": "BSQRCodeReader",
3   "version": "1.0.0",
4   "summary": "QR Code Reader that fits your page design.",
5   "description": "This plugin is created to read QR Code inside your app. BSQRCodeReader is inherited from UIView so you can use your own page design and include this reader to be part of your layout.",
6   "homepage": "https://github.com/icemanbsi/BSQRCodeReader",
7   "license": "MIT",
8   "authors": {
9     "Bobby Stenly": "iceman.bsi@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/icemanbsi/BSQRCodeReader.git",
13     "tag": "1.0.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "BSQRCodeReader": [
22       "Pod/Assets/*.png"
23     ]
24   }