[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 4 / 5 / a / PPKit / 0.0.00060 / PPKit.podspec.json
blobabdb994e1654edfa0ddee919525c48f7be4cdfa8
2   "name": "PPKit",
3   "version": "0.0.00060",
4   "summary": "开发中常用的自定义控件、开发经验、开发bug记录,常用宏、categories等封装,不再每个项目都手动配置,用Pod统一管理。",
5   "description": "开发中经常从A项目copy一些代码(比如常用的宏、category等)到B项目,A更改了一个category,B又要改动;B更改了一个category,A也要改动,不方便同步,就容易出差错,所以,考虑用Pod来管理。",
6   "homepage": "https://github.com/chinesemanbobo/PPKit",
7   "license": {
8     "type": "MIT",
9     "text": "         Copyright PPAbner 2016-2017\n"
10   },
11   "authors": {
12     "chinesemanbobo": "chinesemanbobo@163.com"
13   },
14   "social_media_url": "https://weibo.com/5366568018/profile?rightmod=1&wvr=6&mod=personnumber&is_all=1",
15   "platforms": {
16     "ios": "8.0"
17   },
18   "source": {
19     "git": "https://github.com/chinesemanbobo/PPKit.git",
20     "tag": "0.0.00060"
21   },
22   "source_files": [
23     "PPKit/PPKit.h",
24     "PPKit/PPMacros.h"
25   ],
26   "public_header_files": "PPKit/PPKit.h",
27   "requires_arc": true,
28   "subspecs": [
29     {
30       "name": "PPHelpers",
31       "source_files": "PPKit/PPHelpers/*.{h,m}"
32     },
33     {
34       "name": "PPDependencyCategories",
35       "dependencies": {
36         "YYText": [
37           "~> 1.0.7"
38         ]
39       },
40       "source_files": "PPKit/PPDependencyCategories/*.{h,m}"
41     },
42     {
43       "name": "PPCategories",
44       "subspecs": [
45         {
46           "name": "NS",
47           "subspecs": [
48             {
49               "name": "NSObject",
50               "source_files": "PPKit/PPCategories/NS/NSObject/*.{h,m}"
51             },
52             {
53               "name": "NSString",
54               "dependencies": {
55                 "PPKit/PPHelpers": [
57                 ]
58               },
59               "source_files": "PPKit/PPCategories/NS/NSString/*.{h,m}"
60             },
61             {
62               "name": "NSArray",
63               "source_files": "PPKit/PPCategories/NS/NSArray/*.{h,m}"
64             },
65             {
66               "name": "NSData",
67               "source_files": "PPKit/PPCategories/NS/NSData/*.{h,m}"
68             }
69           ]
70         },
71         {
72           "name": "UI",
73           "subspecs": [
74             {
75               "name": "UIView",
76               "source_files": "PPKit/PPCategories/UI/UIView/*.{h,m}"
77             },
78             {
79               "name": "UIViewController",
80               "dependencies": {
81                 "PPKit/PPCategories/NS/NSObject": [
83                 ]
84               },
85               "source_files": "PPKit/PPCategories/UI/UIViewController/*.{h,m}"
86             },
87             {
88               "name": "UIScreen",
89               "source_files": "PPKit/PPCategories/UI/UIScreen/*.{h,m}"
90             },
91             {
92               "name": "UIButton",
93               "source_files": "PPKit/PPCategories/UI/UIButton/*.{h,m}"
94             },
95             {
96               "name": "UITableView",
97               "source_files": "PPKit/PPCategories/UI/UITableView/*.{h,m}"
98             },
99             {
100               "name": "UIColor",
101               "source_files": "PPKit/PPCategories/UI/UIColor/*.{h,m}"
102             },
103             {
104               "name": "UIControl",
105               "dependencies": {
106                 "PPKit/PPCategories/NS/NSObject": [
108                 ]
109               },
110               "source_files": "PPKit/PPCategories/UI/UIControl/UIControl+PPEvent.{h,m}"
111             }
112           ]
113         }
114       ]
115     }
116   ]