4 "summary": "终极版、链式创建UIView/UIlabel/UIImageView/UIButton/UItableView等,像使用Masonry一样 to use !",
5 "description": "总算有个终极版的UI创建方案了,很欣慰。最开始的时候,一步一步创建各种UI控件,然后一个一个属性点语法出来,代码重复且繁重,\n后来用对应category来处理,但是有些时候,某些参数并不是我想要的,但是方法中已经有了,直到昨天看到臧成威的文章,我自己写了\n这么几个类,以后就爽很多了。",
6 "homepage": "https://github.com/chinesemanbobo/PPMaker",
9 "text": " Copyright PPAbner 2018\n"
12 "chinesemanbobo": "chinesemanbobo@163.com"
14 "social_media_url": "https://weibo.com/5366568018/profile?rightmod=1&wvr=6&mod=personnumber&is_all=1",
19 "git": "https://github.com/chinesemanbobo/PPMaker.git",
22 "source_files": "PPMaker/PPMaker.h",
24 "public_header_files": "PPMaker/PPMaker.h",
27 "name": "PPMakeCategory",
28 "source_files": "PPMaker/PPMakeCategory/*.{h,m}",
32 "source_files": "PPMaker/PPMakeCategory/Foundation/*.{h,m}",
35 "name": "NSMutableArray",
36 "source_files": "PPMaker/PPMakeCategory/Foundation/NSMutableArray/*.{h,m}"
40 "source_files": "PPMaker/PPMakeCategory/Foundation/NSDate/*.{h,m}"
44 "source_files": "PPMaker/PPMakeCategory/Foundation/NSString/*.{h,m}"
47 "name": "NSMutableAttributedString",
48 "source_files": "PPMaker/PPMakeCategory/Foundation/NSMutableAttributedString/*.{h,m}"
52 "source_files": "PPMaker/PPMakeCategory/Foundation/NSObject/*.{h,m}"
58 "source_files": "PPMaker/PPMakeCategory/UIKit/*.{h,m}",
61 "name": "UITableViewCell",
62 "source_files": "PPMaker/PPMakeCategory/UIKit/UITableViewCell/*.{h,m}"
65 "name": "UITableView",
66 "source_files": "PPMaker/PPMakeCategory/UIKit/UITableView/*.{h,m}"
70 "source_files": "PPMaker/PPMakeCategory/UIKit/UIColor/*.{h,m}"
73 "name": "UIScrollView",
74 "source_files": "PPMaker/PPMakeCategory/UIKit/UIScrollView/*.{h,m}"
78 "source_files": "PPMaker/PPMakeCategory/UIKit/UIImage/*.{h,m}"
82 "source_files": "PPMaker/PPMakeCategory/UIKit/UIDevice/*.{h,m}"
86 "source_files": "PPMaker/PPMakeCategory/UIKit/UIButton/*.{h,m}",
88 "PPMaker/PPMakeCategory/Foundation/NSObject": [
95 "source_files": "PPMaker/PPMakeCategory/UIKit/UIView/*.{h,m}",
97 "PPMaker/PPMakeCategory/Foundation/NSObject": [
103 "name": "UIViewController",
104 "source_files": "PPMaker/PPMakeCategory/UIKit/UIViewController/*.{h,m}"
112 "source_files": "PPMaker/PPMake/*.{h,m}",
114 "PPMaker/PPMakeCategory": [
120 "name": "PPMutAttributedStringMaker",
121 "source_files": "PPMaker/PPMutAttributedStringMaker/PPMutAttributedStringMaker.{h,m}"
124 "name": "PPToolMaker",
125 "source_files": "PPMaker/PPToolMaker/PPTool.{h,m}"