[Add] AlibabacloudBtripOpen20220520 4.5.0
[CocoaPods.git] / Specs / 1 / 6 / 0 / JLQRCode / 0.1.0 / JLQRCode.podspec.json
blob37197b8006dc1ae633709d1b370981b789168830
2   "name": "JLQRCode",
3   "version": "0.1.0",
4   "summary": "Simple QRCode detector and generator.",
5   "homepage": "https://github.com/JasonRSTX/JLQRCode",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "JasonLi": "rstx_reg@aliyun.com"
12   },
13   "source": {
14     "git": "https://github.com/JasonRSTX/JLQRCode.git",
15     "tag": "0.1.0"
16   },
17   "requires_arc": true,
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "JLQRCode/Classes/JLQRCode.h",
22   "public_header_files": "JLQRCode/Classes/JLQRCode.h",
23   "resource_bundles": {
24     "JLQRCodeAssets": [
25       "JLQRCode/Assets/*.*"
26     ]
27   },
28   "frameworks": "UIKit",
29   "subspecs": [
30     {
31       "name": "QRCapture",
32       "source_files": "JLQRCode/Classes/QRCapture/*.*",
33       "public_header_files": "JLQRCode/Classes/QRCapture/*.h"
34     },
35     {
36       "name": "QRGenerator",
37       "source_files": "JLQRCode/Classes/QRGenerator/*.*",
38       "public_header_files": "JLQRCode/Classes/QRGenerator/*.h"
39     }
40   ]