[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 7 / 6 / e / QHCommonComponents / 0.1.3 / QHCommonComponents.podspec.json
blob35c7129e45039b89e5f904987d043a26383c1b9e
2   "name": "QHCommonComponents",
3   "version": "0.1.3",
4   "summary": "QHCommonComponents of QHWL project.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/A1129434577",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "A1129434577": "1129434577@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/A1129434577/QHCommonComponents.git",
16     "tag": "0.1.3"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "subspecs": [
22     {
23       "name": "QHMacros",
24       "dependencies": {
25         "LBCommonComponents/Macros": [
27         ]
28       },
29       "source_files": "QHCommonComponents/QHMacros/**/*",
30       "prefix_header_contents": "#ifdef __OBJC__\n#import \"QHSystemMacro.h\"\n#import \"QHUIMacro.h\"\n#import \"QHFunctionMacro.h\"\n#endif"
31     },
32     {
33       "name": "QHNSObjects",
34       "dependencies": {
35         "QHCommonComponents/QHMacros": [
37         ]
38       },
39       "subspecs": [
40         {
41           "name": "QHEncryptHelper",
42           "dependencies": {
43             "LBCommonComponents/NSObjects/LBEncrypt": [
45             ]
46           },
47           "source_files": "QHCommonComponents/QHNSObjects/QHEncryptHelper/**/*"
48         },
49         {
50           "name": "QHBluetooth",
51           "source_files": "QHCommonComponents/QHNSObjects/QHBluetooth/**/*.{h,m}",
52           "resources": "QHCommonComponents/QHNSObjects/QHBluetooth/**/*.mp3"
53         },
54         {
55           "name": "QHPayKit",
56           "dependencies": {
57             "XHPayKit": [
59             ]
60           },
61           "source_files": "QHCommonComponents/QHNSObjects/QHPayKit/**/*"
62         },
63         {
64           "name": "NSObject+SVProgressHUD",
65           "dependencies": {
66             "SVProgressHUD": [
68             ]
69           },
70           "source_files": "QHCommonComponents/QHNSObjects/NSObject+SVProgressHUD/**/*"
71         }
72       ]
73     },
74     {
75       "name": "QHUIViews",
76       "dependencies": {
77         "QHCommonComponents/QHMacros": [
79         ]
80       },
81       "subspecs": [
82         {
83           "name": "QHBLEStatusView",
84           "source_files": "QHCommonComponents/QHUIViews/QHBLEStatusView/**/*.{h,m}",
85           "resources": "QHCommonComponents/QHUIViews/QHBLEStatusView/**/*.png"
86         },
87         {
88           "name": "QHMapView",
89           "source_files": "QHCommonComponents/QHUIViews/QHMapView/**/*.{h,m}",
90           "resources": "QHCommonComponents/QHUIViews/QHMapView/**/*.png"
91         }
92       ]
93     },
94     {
95       "name": "QHUIViewControllers",
96       "dependencies": {
97         "QHCommonComponents/QHMacros": [
99         ]
100       },
101       "subspecs": [
102         {
103           "name": "QHPayWaysSelectVC",
104           "dependencies": {
105             "SDWebImage": [
107             ],
108             "LBCommonComponents/NSObjects/LBCustemPresentTransitions": [
110             ]
111           },
112           "source_files": "QHCommonComponents/QHUIViewControllers/QHPayWaysSelectVC/**/*.{h,m}",
113           "resources": "QHCommonComponents/QHUIViewControllers/QHPayWaysSelectVC/**/*.png"
114         },
115         {
116           "name": "QHAlertController",
117           "dependencies": {
118             "LBCommonComponents/UIViewControllers/LBAlertController": [
120             ]
121           },
122           "source_files": "QHCommonComponents/QHUIViewControllers/QHAlertController/**/*"
123         },
124         {
125           "name": "QHQRViewController",
126           "dependencies": {
127             "QHCommonComponents/QHNSObjects/NSObject+SVProgressHUD": [
129             ]
130           },
131           "source_files": "QHCommonComponents/QHUIViewControllers/QHQRViewController/**/*.{h,m}",
132           "resources": "QHCommonComponents/QHUIViewControllers/QHQRViewController/**/*.png"
133         }
134       ]
135     }
136   ]