blob: 168919a7556e8a6a919b85792b21b696721c12cd [file] [log] [blame]
{
"name": "LYSegmentViewController",
"version": "1.0.2",
"summary": "一个快速继承UITableView嵌套滑动的控件",
"homepage": "https://github.com/wans3112/LYSegmentViewController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"wans3112": "wanslm@foxmail.com"
},
"source": {
"git": "https://github.com/wans3112/LYSegmentViewController.git",
"tag": "1.0.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "LYSegmentViewController/Classes/**/*",
"dependencies": {
"Masonry": [
]
},
"prefix_header_contents": [
"#import <LYSegmentViewController/LYSegment.h>",
"#import <Masonry/Masonry.h>"
]
}