blob: 66f0472096a5cbe801f721dbaa0a8214ee21b3bf [file] [log] [blame]
{
"name": "PageSegment",
"version": "0.2",
"summary": "A short description of PageSegment.",
"description": "这是一个关于承载多个页面的聚合页,并且可以自定义top栏每个item的样式",
"homepage": "https://github.com/sunhua163/PageSegment",
"license": {
"type": "MIT",
"file": "FILE_LICENSE"
},
"authors": {
"sunhua": "sunhua@yizijob.com"
},
"source": {
"git": "https://github.com/sunhua163/PageSegment",
"tag": "0.2"
},
"source_files": [
"Classes",
"PageSegment/PageEnum框架/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"frameworks": "UIKit",
"prefix_header_contents": [
"#import <UIKit/UIKit.h>",
"#import <Foundation/Foundation.h>"
],
"requires_arc": true,
"platforms": {
"ios": "8.0"
}
}