[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 1 / 4 / 3 / HBFramework / 0.0.6 / HBFramework.podspec.json
blob49974dffa6cc0fdbb290fa0f2997359e0b5758f9
2   "name": "HBFramework",
3   "version": "0.0.6",
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.6"
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": "HBFramework/HBCategory/HBFoundation",
42           "public_header_files": "HBFramework/HBCategory/HBFoundation/HBFoundation.h",
43           "ios": {
44             "frameworks": [
45               "UIKit",
46               "Foundation"
47             ]
48           }
49         },
50         {
51           "name": "HBUIKit",
52           "source_files": "HBFramework/HBCategory/HBUIKit",
53           "public_header_files": "HBFramework/HBCategory/HBUIKit/HBUIKit.h",
54           "ios": {
55             "frameworks": [
56               "UIKit",
57               "Foundation"
58             ]
59           }
60         }
61       ]
62     }
63   ]