[Add] GluedInSDK 2.5.1
[CocoaPods.git] / Specs / 8 / c / 5 / PPMaker / 0.0.23 / PPMaker.podspec.json
blob5b3d8c8ac55df15a0091fa65c3c1f5ac682c877e
2   "name": "PPMaker",
3   "version": "0.0.23",
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.23"
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       "source_files": "PPMaker/PPMakeCategory/*.{h,m}"
29     },
30     {
31       "name": "PPMake",
32       "source_files": "PPMaker/PPMake/PPMake*.{h,m}",
33       "dependencies": {
34         "PPMaker/PPMakeCategory": [
36         ]
37       }
38     },
39     {
40       "name": "PPMutAttributedStringMaker",
41       "source_files": "PPMaker/PPMutAttributedStringMaker/PPMutAttributedStringMaker.{h,m}"
42     },
43     {
44       "name": "PPViewMaker",
45       "source_files": "PPMaker/PPViewMaker/PPViewMaker.{h,m}"
46     },
47     {
48       "name": "PPButtonMaker",
49       "source_files": "PPMaker/PPButtonMaker/PPButtonMaker.{h,m}"
50     },
51     {
52       "name": "PPTableViewMaker",
53       "source_files": "PPMaker/PPTableViewMaker/PPTableViewMaker.{h,m}"
54     },
55     {
56       "name": "PPImageViewMaker",
57       "source_files": "PPMaker/PPImageViewMaker/PPImageViewMaker.{h,m}"
58     },
59     {
60       "name": "PPLabelMaker",
61       "source_files": "PPMaker/PPLabelMaker/PPLabelMaker.{h,m}"
62     }
63   ]