[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 1 / 4 / 3 / HBFramework / 0.0.4 / HBFramework.podspec.json
blobe3f5705d3326bc567720fcc5df5aecb4973ecfd3
2   "name": "HBFramework",
3   "version": "0.0.4",
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.4"
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     }
39   ]