[Add] Plotline 4.1.5
[CocoaPods.git] / Specs / 8 / c / 5 / PPMaker / 0.0.255 / PPMaker.podspec.json
blob9e566408e1ebe4361fd5af5ff3f967b1978a669c
2   "name": "PPMaker",
3   "version": "0.0.255",
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": "8.0"
17   },
18   "source": {
19     "git": "https://github.com/chinesemanbobo/PPMaker.git",
20     "tag": "0.0.255"
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       "subspecs": [
29         {
30           "name": "Foundation",
31           "subspecs": [
32             {
33               "name": "NSString",
34               "source_files": "PPMaker/PPMakeCategory/Foundation/NSString/*.{h,m}"
35             },
36             {
37               "name": "NSMutableAttributedString",
38               "source_files": "PPMaker/PPMakeCategory/Foundation/NSMutableAttributedString/*.{h,m}"
39             },
40             {
41               "name": "NSObject",
42               "source_files": "PPMaker/PPMakeCategory/Foundation/NSObject/*.{h,m}"
43             }
44           ]
45         },
46         {
47           "name": "UIKit",
48           "subspecs": [
49             {
50               "name": "UITableViewCell",
51               "source_files": "PPMaker/PPMakeCategory/UIKit/UITableViewCell/*.{h,m}"
52             },
53             {
54               "name": "UIScrollView",
55               "source_files": "PPMaker/PPMakeCategory/UIKit/UIScrollView/*.{h,m}"
56             },
57             {
58               "name": "UIImage",
59               "source_files": "PPMaker/PPMakeCategory/UIKit/UIImage/*.{h,m}"
60             },
61             {
62               "name": "UIColor",
63               "source_files": "PPMaker/PPMakeCategory/UIKit/UIColor/*.{h,m}"
64             },
65             {
66               "name": "UIDevice",
67               "source_files": "PPMaker/PPMakeCategory/UIKit/UIDevice/*.{h,m}"
68             },
69             {
70               "name": "UIFont",
71               "source_files": "PPMaker/PPMakeCategory/UIKit/UIFont/*.{h,m}"
72             },
73             {
74               "name": "UIButton",
75               "source_files": "PPMaker/PPMakeCategory/UIKit/UIButton/*.{h,m}",
76               "dependencies": {
77                 "PPMaker/PPMakeCategory/Foundation/NSObject": [
79                 ]
80               }
81             },
82             {
83               "name": "UIView",
84               "source_files": "PPMaker/PPMakeCategory/UIKit/UIView/*.{h,m}",
85               "dependencies": {
86                 "PPMaker/PPMakeCategory/Foundation/NSObject": [
88                 ]
89               }
90             }
91           ]
92         }
93       ]
94     },
95     {
96       "name": "PPMake",
97       "source_files": "PPMaker/PPMake/*.{h,m}",
98       "dependencies": {
99         "PPMaker/PPMakeCategory": [
101         ]
102       }
103     },
104     {
105       "name": "PPMutAttributedStringMaker",
106       "source_files": "PPMaker/PPMutAttributedStringMaker/PPMutAttributedStringMaker.{h,m}"
107     },
108     {
109       "name": "PPToolMaker",
110       "source_files": "PPMaker/PPToolMaker/PPTool.{h,m}"
111     }
112   ]