4 "summary": "开发中常用的自定义控件、开发经验、开发bug记录,常用宏、categories等封装,不再每个项目都手动配置,用Pod统一管理。",
5 "description": "开发中经常从A项目copy一些代码(比如常用的宏、category等)到B项目,A更改了一个category,B又要改动;B更改了一个category,A也要改动,不方便同步,就容易出差错,所以,考虑用Pod来管理。",
6 "homepage": "https://github.com/chinesemanbobo/PPKit",
9 "text": " Copyright PPAbner 2016-2017\n"
12 "chinesemanbobo": "chinesemanbobo@163.com"
14 "social_media_url": "https://weibo.com/5366568018/profile?rightmod=1&wvr=6&mod=personnumber&is_all=1",
19 "git": "https://github.com/chinesemanbobo/PPKit.git",
26 "public_header_files": "PPKit/PPKit.h",
31 "source_files": "PPKit/PPHelpers/PPRuntimeHelper.{h,m}"
34 "name": "PPCategories",
41 "source_files": "PPKit/PPCategories/UI/UIScreen/UIScreen+EasilySize.{h,m}"
45 "source_files": "PPKit/PPCategories/UI/UIButton/UIButton+{EasyMake,EasyConfigure}.{h,m}"