[Add] HyphenateChat_test1 1.0.1
[CocoaPods.git] / Specs / 4 / d / f / GoldenKit / 0.0.6 / GoldenKit.podspec.json
blob13cea630f21be49b547ed937c14243fe9641c544
2   "name": "GoldenKit",
3   "version": "0.0.6",
4   "platforms": {
5     "ios": "8.0"
6   },
7   "summary": "高达软件iOS公共组件",
8   "description": "高达软件iOS公共组件依赖库",
9   "homepage": "https://github.com/JoyHuangbb/GoldenKit",
10   "social_media_url": "https://www.baidu.com",
11   "license": "MIT",
12   "authors": {
13     "黄彬彬": "746978660@qq.com"
14   },
15   "source": {
16     "git": "https://github.com/JoyHuangbb/GoldenKit.git",
17     "tag": "0.0.6"
18   },
19   "requires_arc": true,
20   "public_header_files": "GoldenKit/GoldenKit.h",
21   "source_files": "GoldenKit/GoldenKit.h",
22   "subspecs": [
23     {
24       "name": "GDProgressHUD",
25       "dependencies": {
26         "SVProgressHUD": [
28         ]
29       },
30       "source_files": "GoldenKit/GDProgressHUD/GDProgressHUD.{h,m}",
31       "public_header_files": "GoldenKit/GDProgressHUD/GDProgressHUD.h"
32     },
33     {
34       "name": "NSString",
35       "source_files": "GoldenKit/NSString/NSString+category.{h,m}",
36       "public_header_files": "GoldenKit/NSString/NSString+category.h"
37     },
38     {
39       "name": "UIColor",
40       "source_files": "GoldenKit/UIColor/UIColor+Additions.{h,m}",
41       "public_header_files": "GoldenKit/UIColor/UIColor+Additions.h"
42     },
43     {
44       "name": "UITableView",
45       "source_files": "GoldenKit/UITableView/UITableView+EmptyData.{h,m}",
46       "public_header_files": "GoldenKit/UITableView/UITableView+EmptyData.h"
47     },
48     {
49       "name": "UIView",
50       "source_files": "GoldenKit/UIView/UIView+Size.{h,m}",
51       "public_header_files": "GoldenKit/UIView/UIView+Size.h"
52     },
53     {
54       "name": "UserDefaultsUtils",
55       "public_header_files": "GoldenKit/UserDefaultsUtils//*.h",
56       "source_files": "GoldenKit/UserDefaultsUtils"
57     }
58   ]