[Add] DocumentReaderOCRRFIDStage 7.5.11035
[CocoaPods.git] / Specs / f / 0 / c / HSBKit / 0.2.4 / HSBKit.podspec.json
blobbfcfa8d21cac9584f75b3679a02381361119c9ad
2   "name": "HSBKit",
3   "version": "0.2.4",
4   "summary": "HSBKit",
5   "homepage": "http://gitlab.huishoubao.com/app/app-ios/HSBKitLibrary",
6   "license": "MIT",
7   "authors": {
8     "1989allen126@gmail.com": "jjl13142008@126.com"
9   },
10   "source": {
11     "git": "http://gitlab.huishoubao.com/app/app-ios/HSBKitLibrary.git",
12     "tag": "0.2.4"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "resources": "HSBKit/HSBKitResource.bundle",
18   "public_header_files": "HSBKit/HSBKit.h",
19   "source_files": "HSBKit/HSBKit.h",
20   "requires_arc": true,
21   "subspecs": [
22     {
23       "name": "HSBCore",
24       "source_files": "HSBKit/HSBCore/*.{h,m}",
25       "public_header_files": "HSBKit/HSBCore/*.h"
26     },
27     {
28       "name": "HSBUtils",
29       "source_files": "HSBKit/HSBUtils/*.{h,m}",
30       "public_header_files": "HSBKit/HSBUtils/*.h",
31       "frameworks": [
32         "UIKit",
33         "Foundation"
34       ],
35       "dependencies": {
36         "MBProgressHUD": [
38         ],
39         "GBDeviceInfo": [
41         ],
42         "AFNetworking": [
44         ],
45         "MJExtension": [
47         ]
48       }
49     },
50     {
51       "name": "HSBCategories",
52       "source_files": "HSBKit/HSBCategories",
53       "public_header_files": "HSBKit/HSBCategories/*.h",
54       "frameworks": [
55         "UIKit",
56         "Foundation"
57       ]
58     },
59     {
60       "name": "HSBWidgets",
61       "source_files": [
62         "HSBKit/HSBWidgets/*.{h,m}",
63         "HSBKit/HSBWidgets/**/*.{h,m}"
64       ],
65       "public_header_files": [
66         "HSBKit/HSBWidgets/*.h",
67         "HSBKit/HSBWidgets/**/*.h"
68       ],
69       "frameworks": [
70         "UIKit",
71         "Foundation"
72       ],
73       "dependencies": {
74         "HSBKit/HSBNetwork": [
76         ],
77         "HSBKit/HSBCategories": [
79         ],
80         "HSBKit/HSBUtils": [
82         ],
83         "MJExtension": [
85         ],
86         "Masonry": [
88         ],
89         "SDWebImage": [
91         ],
92         "MJRefresh": [
94         ]
95       }
96     },
97     {
98       "name": "HSBNetwork",
99       "source_files": "HSBKit/HSBNetwork",
100       "public_header_files": "HSBKit/HSBNetwork/HSB{Network,NetworkApi,BaseResponseModel}.h",
101       "frameworks": [
102         "UIKit",
103         "Foundation"
104       ],
105       "dependencies": {
106         "MJExtension": [
108         ],
109         "AFNetworking": [
111         ],
112         "HSBKit/HSBUtils": [
114         ]
115       }
116     }
117   ]