[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 8 / b / 3 / QRCodeUIKit / 1.0.0 / QRCodeUIKit.podspec.json
blob6f5258dd473f90ef00e6a6895a39ddc38bb12190
2   "name": "QRCodeUIKit",
3   "version": "1.0.0",
4   "summary": "一款让扫码变得简单的视图控制器",
5   "description": "一款让扫码变得简单的视图控制器",
6   "homepage": "https://github.com/pcjbird/QRCodeUIKit",
7   "license": "MIT",
8   "authors": {
9     "pcjbird": "pcjbird@hotmail.com"
10   },
11   "source": {
12     "git": "https://github.com/pcjbird/QRCodeUIKit.git",
13     "tag": "1.0.0"
14   },
15   "social_media_url": "http://www.lessney.com",
16   "requires_arc": true,
17   "platforms": {
18     "ios": "8.0"
19   },
20   "frameworks": [
21     "Foundation",
22     "UIKit",
23     "CoreGraphics"
24   ],
25   "source_files": [
26     "QRCodeUIKit/*.{h,m}",
27     "QRCodeUIKit/Categories/*.{h,m}"
28   ],
29   "public_header_files": "QRCodeUIKit/*.{h}",
30   "resource_bundles": {
31     "QRCodeUIKit": [
32       "QRCodeUIKitResource/*.*"
33     ]
34   },
35   "pod_target_xcconfig": {
36     "OTHER_LDFLAGS": "-lObjC"
37   },
38   "subspecs": [
39     {
40       "name": "QuickTextQRResultController",
41       "source_files": [
42         "QRCodeUIKit/QuickTextQRResultController/*.{h,m}",
43         "QRCodeUIKit/Categories/*.{h,m}"
44       ],
45       "public_header_files": "QRCodeUIKit/QuickTextQRResultController/QuickTextQRResultController.h",
46       "dependencies": {
47         "TTTAttributedLabel": [
49         ]
50       }
51     },
52     {
53       "name": "QuickQRCodeScanController",
54       "source_files": [
55         "QRCodeUIKit/QuickQRCodeScanController/*.{h,m}",
56         "QRCodeUIKit/QuickQRCodeScanController/UI",
57         "QRCodeUIKit/Categories/*.{h,m}",
58         "QRCodeUIKit/QuickTextQRResultController/*.{h,m}"
59       ],
60       "public_header_files": [
61         "QRCodeUIKit/QuickQRCodeScanController/QuickQRCodeScanController.h",
62         "QRCodeUIKit/QuickQRCodeScanController/QuickQRCodeScanResultHandler.h",
63         "QRCodeUIKit/QuickQRCodeScanController/UI/QuickQRCodeScanViewStyle.h"
64       ],
65       "dependencies": {
66         "ZXingObjC": [
68         ],
69         "Toast": [
71         ],
72         "QRCodeUIKit/QuickTextQRResultController": [
74         ]
75       }
76     }
77   ]