[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 8 / c / 5 / PPMaker / 0.0.262 / PPMaker.podspec.json
blob56940bea92364e54b09f2a9e38f153e3e3ddd756
2   "name": "PPMaker",
3   "version": "0.0.262",
4   "summary": "终极版、链式创建UIView/UIlabel/UIImageView/UIButton/UItableView等,像使用Masonry一样 to use !",
5   "description": "总算有个终极版的UI创建方案了,很欣慰。最开始的时候,一步一步创建各种UI控件,然后一个一个属性点语法出来,代码重复且繁重,\n后来用对应category来处理,但是有些时候,某些参数并不是我想要的,但是方法中已经有了,直到昨天看到臧成威的文章,我自己写了\n这么几个类,以后就爽很多了。",
6   "homepage": "https://github.com/chinesemanbobo/PPMaker",
7   "license": {
8     "type": "MIT",
9     "text": "         Copyright PPAbner 2018\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": "9.0"
17   },
18   "source": {
19     "git": "https://github.com/chinesemanbobo/PPMaker.git",
20     "tag": "0.0.262"
21   },
22   "source_files": "PPMaker/PPMaker.h",
23   "requires_arc": true,
24   "public_header_files": "PPMaker/PPMaker.h",
25   "subspecs": [
26     {
27       "name": "PPMakeCategory",
28       "source_files": "PPMaker/PPMakeCategory/*.{h,m}",
29       "subspecs": [
30         {
31           "name": "Foundation",
32           "source_files": "PPMaker/PPMakeCategory/Foundation/*.{h,m}",
33           "subspecs": [
34             {
35               "name": "NSMutableArray",
36               "source_files": "PPMaker/PPMakeCategory/Foundation/NSMutableArray/*.{h,m}"
37             },
38             {
39               "name": "NSDate",
40               "source_files": "PPMaker/PPMakeCategory/Foundation/NSDate/*.{h,m}"
41             },
42             {
43               "name": "NSString",
44               "source_files": "PPMaker/PPMakeCategory/Foundation/NSString/*.{h,m}"
45             },
46             {
47               "name": "NSMutableAttributedString",
48               "source_files": "PPMaker/PPMakeCategory/Foundation/NSMutableAttributedString/*.{h,m}"
49             },
50             {
51               "name": "NSObject",
52               "source_files": "PPMaker/PPMakeCategory/Foundation/NSObject/*.{h,m}"
53             }
54           ]
55         },
56         {
57           "name": "UIKit",
58           "source_files": "PPMaker/PPMakeCategory/UIKit/*.{h,m}",
59           "subspecs": [
60             {
61               "name": "UITableViewCell",
62               "source_files": "PPMaker/PPMakeCategory/UIKit/UITableViewCell/*.{h,m}"
63             },
64             {
65               "name": "UITableView",
66               "source_files": "PPMaker/PPMakeCategory/UIKit/UITableView/*.{h,m}"
67             },
68             {
69               "name": "UIColor",
70               "source_files": "PPMaker/PPMakeCategory/UIKit/UIColor/*.{h,m}"
71             },
72             {
73               "name": "UIScrollView",
74               "source_files": "PPMaker/PPMakeCategory/UIKit/UIScrollView/*.{h,m}"
75             },
76             {
77               "name": "UIImage",
78               "source_files": "PPMaker/PPMakeCategory/UIKit/UIImage/*.{h,m}"
79             },
80             {
81               "name": "UIDevice",
82               "source_files": "PPMaker/PPMakeCategory/UIKit/UIDevice/*.{h,m}"
83             },
84             {
85               "name": "UIButton",
86               "source_files": "PPMaker/PPMakeCategory/UIKit/UIButton/*.{h,m}",
87               "dependencies": {
88                 "PPMaker/PPMakeCategory/Foundation/NSObject": [
90                 ]
91               }
92             },
93             {
94               "name": "UIView",
95               "source_files": "PPMaker/PPMakeCategory/UIKit/UIView/*.{h,m}",
96               "dependencies": {
97                 "PPMaker/PPMakeCategory/Foundation/NSObject": [
99                 ]
100               }
101             },
102             {
103               "name": "UIViewController",
104               "source_files": "PPMaker/PPMakeCategory/UIKit/UIViewController/*.{h,m}"
105             }
106           ]
107         }
108       ]
109     },
110     {
111       "name": "PPMake",
112       "source_files": "PPMaker/PPMake/*.{h,m}",
113       "dependencies": {
114         "PPMaker/PPMakeCategory": [
116         ]
117       }
118     },
119     {
120       "name": "PPMutAttributedStringMaker",
121       "source_files": "PPMaker/PPMutAttributedStringMaker/PPMutAttributedStringMaker.{h,m}"
122     },
123     {
124       "name": "PPToolMaker",
125       "source_files": "PPMaker/PPToolMaker/PPTool.{h,m}"
126     }
127   ]