[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 4 / 2 / e / GCToolsKit / 0.0.7 / GCToolsKit.podspec.json
blob07498569c8eac5ff8e232abc358e02c1c7ecc2b4
2   "name": "GCToolsKit",
3   "version": "0.0.7",
4   "summary": "这是用来创建工程的UI库",
5   "description": "快速创建工程。提供UI创建的方法,主要包括侧边栏库,渐变 圆角按钮,渐变 圆角View,以及提供baseView 提供createSubviews 的父类方法。节省开发时间",
6   "homepage": "http://github.com/AlittleFly/GCKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "gaochao": "1176672158@qq.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/AlittleFly/GCKit.git",
19     "tag": "0.0.6"
20   },
21   "source_files": "GCKit/Utils/*",
22   "requires_arc": true,
23   "subspecs": [
24     {
25       "name": "Base",
26       "source_files": "GCKit/Utils/Base"
27     },
28     {
29       "name": "Graphics",
30       "dependencies": {
31         "GCToolsKit/Base": [
33         ]
34       },
35       "subspecs": [
36         {
37           "name": "Side",
38           "source_files": "GCKit/Utils/Graphics/Container/*.{h,m}"
39         },
40         {
41           "name": "UIButton",
42           "source_files": "GCKit/Utils/Graphics/UIButton/*.{h,m}"
43         },
44         {
45           "name": "UIView",
46           "source_files": "GCKit/Utils/Graphics/UIView/*.{h,m}"
47         },
48         {
49           "name": "LoadingView",
50           "source_files": "GCKit/Utils/Graphics/LoadingView/*.{h,m}"
51         }
52       ]
53     },
54     {
55       "name": "Category",
56       "subspecs": [
57         {
58           "name": "UITabbar",
59           "source_files": "GCKit/Utils/Category/UITabbar/*.{h,m}"
60         },
61         {
62           "name": "NSString",
63           "source_files": "GCKit/Utils/Category/NSString/*.{h,m}"
64         },
65         {
66           "name": "BackItem",
67           "source_files": "GCKit/Utils/Category/UIViewController/*.{h,m}"
68         }
69       ]
70     }
71   ]