blob: abdb994e1654edfa0ddee919525c48f7be4cdfa8 [file] [log] [blame]
{
"name": "PPKit",
"version": "0.0.00060",
"summary": "开发中常用的自定义控件、开发经验、开发bug记录,常用宏、categories等封装,不再每个项目都手动配置,用Pod统一管理。",
"description": "开发中经常从A项目copy一些代码(比如常用的宏、category等)到B项目,A更改了一个category,B又要改动;B更改了一个category,A也要改动,不方便同步,就容易出差错,所以,考虑用Pod来管理。",
"homepage": "https://github.com/chinesemanbobo/PPKit",
"license": {
"type": "MIT",
"text": " Copyright PPAbner 2016-2017\n"
},
"authors": {
"chinesemanbobo": "chinesemanbobo@163.com"
},
"social_media_url": "https://weibo.com/5366568018/profile?rightmod=1&wvr=6&mod=personnumber&is_all=1",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/chinesemanbobo/PPKit.git",
"tag": "0.0.00060"
},
"source_files": [
"PPKit/PPKit.h",
"PPKit/PPMacros.h"
],
"public_header_files": "PPKit/PPKit.h",
"requires_arc": true,
"subspecs": [
{
"name": "PPHelpers",
"source_files": "PPKit/PPHelpers/*.{h,m}"
},
{
"name": "PPDependencyCategories",
"dependencies": {
"YYText": [
"~> 1.0.7"
]
},
"source_files": "PPKit/PPDependencyCategories/*.{h,m}"
},
{
"name": "PPCategories",
"subspecs": [
{
"name": "NS",
"subspecs": [
{
"name": "NSObject",
"source_files": "PPKit/PPCategories/NS/NSObject/*.{h,m}"
},
{
"name": "NSString",
"dependencies": {
"PPKit/PPHelpers": [
]
},
"source_files": "PPKit/PPCategories/NS/NSString/*.{h,m}"
},
{
"name": "NSArray",
"source_files": "PPKit/PPCategories/NS/NSArray/*.{h,m}"
},
{
"name": "NSData",
"source_files": "PPKit/PPCategories/NS/NSData/*.{h,m}"
}
]
},
{
"name": "UI",
"subspecs": [
{
"name": "UIView",
"source_files": "PPKit/PPCategories/UI/UIView/*.{h,m}"
},
{
"name": "UIViewController",
"dependencies": {
"PPKit/PPCategories/NS/NSObject": [
]
},
"source_files": "PPKit/PPCategories/UI/UIViewController/*.{h,m}"
},
{
"name": "UIScreen",
"source_files": "PPKit/PPCategories/UI/UIScreen/*.{h,m}"
},
{
"name": "UIButton",
"source_files": "PPKit/PPCategories/UI/UIButton/*.{h,m}"
},
{
"name": "UITableView",
"source_files": "PPKit/PPCategories/UI/UITableView/*.{h,m}"
},
{
"name": "UIColor",
"source_files": "PPKit/PPCategories/UI/UIColor/*.{h,m}"
},
{
"name": "UIControl",
"dependencies": {
"PPKit/PPCategories/NS/NSObject": [
]
},
"source_files": "PPKit/PPCategories/UI/UIControl/UIControl+PPEvent.{h,m}"
}
]
}
]
}
]
}