blob: 48a3cb6c490fc4f5f1b9acbbc08fff329c1182fb [file] [log] [blame]
{
"name": "PPMaker",
"version": "0.0.257",
"summary": "终极版、链式创建UIView/UIlabel/UIImageView/UIButton/UItableView等,像使用Masonry一样 to use !",
"description": "总算有个终极版的UI创建方案了,很欣慰。最开始的时候,一步一步创建各种UI控件,然后一个一个属性点语法出来,代码重复且繁重,\n后来用对应category来处理,但是有些时候,某些参数并不是我想要的,但是方法中已经有了,直到昨天看到臧成威的文章,我自己写了\n这么几个类,以后就爽很多了。",
"homepage": "https://github.com/chinesemanbobo/PPMaker",
"license": {
"type": "MIT",
"text": " Copyright PPAbner 2018\n"
},
"authors": {
"chinesemanbobo": "chinesemanbobo@163.com"
},
"social_media_url": "https://weibo.com/5366568018/profile?rightmod=1&wvr=6&mod=personnumber&is_all=1",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/chinesemanbobo/PPMaker.git",
"tag": "0.0.257"
},
"source_files": "PPMaker/PPMaker.h",
"requires_arc": true,
"public_header_files": "PPMaker/PPMaker.h",
"subspecs": [
{
"name": "PPMakeCategory",
"subspecs": [
{
"name": "Foundation",
"subspecs": [
{
"name": "NSString",
"source_files": "PPMaker/PPMakeCategory/Foundation/NSString/*.{h,m}"
},
{
"name": "NSMutableAttributedString",
"source_files": "PPMaker/PPMakeCategory/Foundation/NSMutableAttributedString/*.{h,m}"
},
{
"name": "NSObject",
"source_files": "PPMaker/PPMakeCategory/Foundation/NSObject/*.{h,m}"
}
]
},
{
"name": "UIKit",
"subspecs": [
{
"name": "UITableViewCell",
"source_files": "PPMaker/PPMakeCategory/UIKit/UITableViewCell/*.{h,m}"
},
{
"name": "UIScrollView",
"source_files": "PPMaker/PPMakeCategory/UIKit/UIScrollView/*.{h,m}"
},
{
"name": "UIImage",
"source_files": "PPMaker/PPMakeCategory/UIKit/UIImage/*.{h,m}"
},
{
"name": "UIColor",
"source_files": "PPMaker/PPMakeCategory/UIKit/UIColor/*.{h,m}"
},
{
"name": "UIDevice",
"source_files": "PPMaker/PPMakeCategory/UIKit/UIDevice/*.{h,m}"
},
{
"name": "UIFont",
"source_files": "PPMaker/PPMakeCategory/UIKit/UIFont/*.{h,m}"
},
{
"name": "UIButton",
"source_files": "PPMaker/PPMakeCategory/UIKit/UIButton/*.{h,m}",
"dependencies": {
"PPMaker/PPMakeCategory/Foundation/NSObject": [
]
}
},
{
"name": "UIView",
"source_files": "PPMaker/PPMakeCategory/UIKit/UIView/*.{h,m}",
"dependencies": {
"PPMaker/PPMakeCategory/Foundation/NSObject": [
]
}
}
]
}
]
},
{
"name": "PPMake",
"source_files": "PPMaker/PPMake/*.{h,m}",
"dependencies": {
"PPMaker/PPMakeCategory": [
]
}
},
{
"name": "PPMutAttributedStringMaker",
"source_files": "PPMaker/PPMutAttributedStringMaker/PPMutAttributedStringMaker.{h,m}"
},
{
"name": "PPToolMaker",
"source_files": "PPMaker/PPToolMaker/PPTool.{h,m}"
}
]
}