blob: a16d5a840698145832fdc5400ca9cbf6d0a28e94 [file] [log] [blame]
{
"name": "CYTSegmentScroll",
"version": "0.0.2",
"summary": "CYTSegmentScroll自定义SegmentControl和scrollView",
"description": "CYTSegmentScroll可以自定义segment样式,方便创建轮播图",
"homepage": "https://github.com/SheriffWoody/HDSegmentScroll",
"license": {
"type": "MIT",
"file": "FILE_LICENSE"
},
"authors": {
"woody": "hudi721@foxmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "git@192.168.0.13:/data/git/CYTSegmentScroll",
"tag": "0.0.2"
},
"source_files": "CYTSegmentScrollView/*.{h,m}",
"frameworks": "UIKit",
"requires_arc": true,
"dependencies": {
"Masonry": [
],
"DKNightVersion": [
],
"CYTCategory": [
]
}
}