[Add] TPNiOS 6.4.35
[CocoaPods.git] / Specs / 4 / 2 / e / GCToolsKit / 0.0.3 / GCToolsKit.podspec.json
blob1efcd853341d7784c7ae25c3b69d53dc398a9dc6
2   "name": "GCToolsKit",
3   "version": "0.0.3",
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": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/AlittleFly/GCKit.git",
19     "tag": "0.0.3"
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     },
50     {
51       "name": "Category",
52       "subspecs": [
53         {
54           "name": "UITabbar",
55           "source_files": "GCKit/Utils/Category/UITabbar/*.{h,m}"
56         },
57         {
58           "name": "NSString",
59           "source_files": "GCKit/Utils/Category/NSString/*.{h,m}"
60         },
61         {
62           "name": "BackItem",
63           "source_files": "GCKit/Utils/Category/UIViewController/*.{h,m}"
64         }
65       ]
66     }
67   ]