[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 7 / 6 / e / QHCommonComponents / 0.0.1 / QHCommonComponents.podspec.json
blobf4c56b4f35d3f8da4872a25c9433e9bc0df2e494
2   "name": "QHCommonComponents",
3   "version": "0.0.1",
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.0.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "subspecs": [
22     {
23       "name": "QHMacros",
24       "dependencies": {
25         "CommonComponents/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             "CommonComponents/NSObjects/LBEncrypt": [
45             ]
46           },
47           "source_files": "QHCommonComponents/QHNSObjects/QHEncryptHelper/**/*"
48         },
49         {
50           "name": "QHBluetooth",
51           "source_files": "QHCommonComponents/QHNSObjects/QHBluetooth/**/*"
52         },
53         {
54           "name": "QHPayKit",
55           "dependencies": {
56             "XHPayKit": [
58             ]
59           },
60           "source_files": "QHCommonComponents/QHNSObjects/QHPayKit/**/*"
61         },
62         {
63           "name": "NSObject+SVProgressHUD",
64           "dependencies": {
65             "SVProgressHUD": [
67             ]
68           },
69           "source_files": "QHCommonComponents/QHNSObjects/NSObject+SVProgressHUD/**/*"
70         }
71       ]
72     },
73     {
74       "name": "QHUIViews",
75       "dependencies": {
76         "QHCommonComponents/QHMacros": [
78         ]
79       },
80       "subspecs": [
81         {
82           "name": "QHBLEStatusView",
83           "dependencies": {
84             "CommonComponents/UIViews/UIViewInit": [
86             ]
87           },
88           "source_files": "QHCommonComponents/QHUIViews/QHBLEStatusView/**/*"
89         }
90       ]
91     },
92     {
93       "name": "QHUIViewControllers",
94       "dependencies": {
95         "QHCommonComponents/QHMacros": [
97         ]
98       },
99       "subspecs": [
100         {
101           "name": "QHPayWaysSelectVC",
102           "dependencies": {
103             "SDWebImage": [
105             ],
106             "CommonComponents/NSObjects/LBCustemPresentTransitions": [
108             ]
109           },
110           "source_files": "QHCommonComponents/QHUIViewControllers/QHPayWaysSelectVC/**/*"
111         },
112         {
113           "name": "QHAlertController",
114           "dependencies": {
115             "CommonComponents/UIViewControllers/LBAlertController": [
117             ]
118           },
119           "source_files": "QHCommonComponents/QHUIViewControllers/QHAlertController/**/*"
120         },
121         {
122           "name": "QHQRViewController",
123           "dependencies": {
124             "QHCommonComponents/QHNSObjects/NSObject+SVProgressHUD": [
126             ]
127           },
128           "source_files": "QHCommonComponents/QHUIViewControllers/QHQRViewController/**/*"
129         }
130       ]
131     }
132   ]