[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 1 / 4 / 3 / HBFramework / 0.0.7 / HBFramework.podspec.json
blob4f80645edae04f0498d5e01258e2ec4e0465aea2
2   "name": "HBFramework",
3   "version": "0.0.7",
4   "summary": "黑发不知勤学早,白首方悔读书迟",
5   "description": "三更灯火五更鸡,正是男儿发愤时",
6   "homepage": "https://github.com/cxxcapf/HBFramework_Master",
7   "license": "MIT",
8   "authors": {
9     "Capf": "cheng_xinxin@163.com"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "https://github.com/cxxcapf/HBFramework_Master.git",
16     "tag": "v0.0.7"
17   },
18   "source_files": "HBFramework/*",
19   "exclude_files": "HBFramework/Exclude",
20   "public_header_files": "HBFramework/HBFramework.h",
21   "requires_arc": true,
22   "subspecs": [
23     {
24       "name": "HBBaseContoller",
25       "source_files": "HBFramework/HBBaseContoller/*",
26       "public_header_files": "HBFramework/HBBaseContoller/*.h",
27       "ios": {
28         "frameworks": [
29           "UIKit",
30           "Foundation"
31         ]
32       }
33     },
34     {
35       "name": "HBCategory",
36       "source_files": "HBFramework/HBCategory/*",
37       "public_header_files": "HBFramework/HBCategory/HBCategories.h",
38       "subspecs": [
39         {
40           "name": "HBFoundation",
41           "source_files": [
42             "HBFramework/HBCategory/HBFoundation/**/*",
43             "HBFramework/HBCategory/HBFoundation/HBFoundation.h"
44           ],
45           "public_header_files": "HBFramework/HBCategory/HBFoundation/HBFoundation.h",
46           "ios": {
47             "frameworks": [
48               "UIKit",
49               "Foundation"
50             ]
51           }
52         },
53         {
54           "name": "HBUIKit",
55           "source_files": [
56             "HBFramework/HBCategory/HBUIKit/**/*",
57             "HBFramework/HBCategory/HBUIKit/HBUIKit.h"
58           ],
59           "public_header_files": "HBFramework/HBCategory/HBUIKit/HBUIKit.h",
60           "ios": {
61             "frameworks": [
62               "UIKit",
63               "Foundation"
64             ]
65           }
66         }
67       ]
68     }
69   ]