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/PPMake/PPMake*.{h,m}",
34 "PPMaker/PPMakeCategory": [
40 "name": "PPMutAttributedStringMaker",
41 "source_files": "PPMaker/PPMutAttributedStringMaker/PPMutAttributedStringMaker.{h,m}"
44 "name": "PPViewMaker",
45 "source_files": "PPMaker/PPViewMaker/PPViewMaker.{h,m}"
48 "name": "PPButtonMaker",
49 "source_files": "PPMaker/PPButtonMaker/PPButtonMaker.{h,m}"
52 "name": "PPTableViewMaker",
53 "source_files": "PPMaker/PPTableViewMaker/PPTableViewMaker.{h,m}"
56 "name": "PPImageViewMaker",
57 "source_files": "PPMaker/PPImageViewMaker/PPImageViewMaker.{h,m}"
60 "name": "PPLabelMaker",
61 "source_files": "PPMaker/PPLabelMaker/PPLabelMaker.{h,m}"