[Add] nashidVerifySDK 1.0.16
[CocoaPods.git] / Specs / 1 / 4 / 3 / HBFramework / 0.0.9 / HBFramework.podspec.json
blob7909b848751d38cca09c6913618cf6d2a0903345
2   "name": "HBFramework",
3   "version": "0.0.9",
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.9"
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": "HBToolKit",
36       "source_files": "HBFramework/HBToolKit/*",
37       "public_header_files": "HBFramework/HBToolKit/*.h",
38       "ios": {
39         "frameworks": [
40           "UIKit",
41           "Foundation"
42         ]
43       }
44     },
45     {
46       "name": "HBCategory",
47       "source_files": "HBFramework/HBCategory/*",
48       "public_header_files": "HBFramework/HBCategory/HBCategories.h",
49       "subspecs": [
50         {
51           "name": "HBFoundation",
52           "source_files": [
53             "HBFramework/HBCategory/HBFoundation/**/*",
54             "HBFramework/HBCategory/HBFoundation/HBFoundation.h"
55           ],
56           "public_header_files": "HBFramework/HBCategory/HBFoundation/HBFoundation.h",
57           "ios": {
58             "frameworks": [
59               "UIKit",
60               "Foundation"
61             ]
62           }
63         },
64         {
65           "name": "HBUIKit",
66           "source_files": [
67             "HBFramework/HBCategory/HBUIKit/**/*",
68             "HBFramework/HBCategory/HBUIKit/HBUIKit.h"
69           ],
70           "public_header_files": "HBFramework/HBCategory/HBUIKit/HBUIKit.h",
71           "ios": {
72             "frameworks": [
73               "UIKit",
74               "Foundation"
75             ]
76           }
77         }
78       ]
79     }
80   ]