[Add] GluedInSDK 2.5.1
[CocoaPods.git] / Specs / 8 / c / 5 / PPMaker / 0.0.2 / PPMaker.podspec.json
blobb96716b2db918447f3cf189f57ca46ddfea4b313
2   "name": "PPMaker",
3   "version": "0.0.2",
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.2"
21   },
22   "source_files": "PPMaker/PPMaker.h",
23   "requires_arc": true,
24   "public_header_files": "PPMaker/PPMaker.h",
25   "subspecs": [
26     {
27       "name": "PPViewMaker",
28       "source_files": "PPMaker/PPViewMaker/PPViewMaker.{h,m}"
29     },
30     {
31       "name": "PPButtonMaker",
32       "source_files": "PPMaker/PPButtonMaker/PPButtonMaker.{h,m}"
33     },
34     {
35       "name": "PPTableViewMaker",
36       "source_files": "PPMaker/PPTableViewMaker/PPTableViewMaker.{h,m}"
37     },
38     {
39       "name": "PPImageViewMaker",
40       "source_files": "PPMaker/PPImageViewMaker/PPImageViewMaker.{h,m}"
41     },
42     {
43       "name": "PPLabelMaker",
44       "source_files": "PPMaker/PPLabelMaker/PPLabelMaker.{h,m}"
45     }
46   ]