[Add] LiteRTSwift 0.0.1-nightly.20250103
[CocoaPods.git] / Specs / 8 / c / 5 / PPMaker / 0.0.260 / PPMaker.podspec.json
blobf394601b6b91e4db48be3fe7d4c2a40aa0dc9180
2   "name": "PPMaker",
3   "version": "0.0.260",
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.260"
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": "UIDevice",
63               "source_files": "PPMaker/PPMakeCategory/UIKit/UIDevice/*.{h,m}"
64             },
65             {
66               "name": "UIButton",
67               "source_files": "PPMaker/PPMakeCategory/UIKit/UIButton/*.{h,m}",
68               "dependencies": {
69                 "PPMaker/PPMakeCategory/Foundation/NSObject": [
71                 ]
72               }
73             },
74             {
75               "name": "UIView",
76               "source_files": "PPMaker/PPMakeCategory/UIKit/UIView/*.{h,m}",
77               "dependencies": {
78                 "PPMaker/PPMakeCategory/Foundation/NSObject": [
80                 ]
81               }
82             }
83           ]
84         }
85       ]
86     },
87     {
88       "name": "PPMake",
89       "source_files": "PPMaker/PPMake/*.{h,m}",
90       "dependencies": {
91         "PPMaker/PPMakeCategory": [
93         ]
94       }
95     },
96     {
97       "name": "PPMutAttributedStringMaker",
98       "source_files": "PPMaker/PPMutAttributedStringMaker/PPMutAttributedStringMaker.{h,m}"
99     },
100     {
101       "name": "PPToolMaker",
102       "source_files": "PPMaker/PPToolMaker/PPTool.{h,m}"
103     }
104   ]