blob: fd41178ad4e648f929c4b5c24596f768fa346720 [file] [log] [blame]
{
"name": "CYTSegmentScroll",
"version": "0.0.1",
"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": "ssh://git@104.153.97.218:28650/home/git/TestSegmentScroll.git",
"tag": "0.0.1"
},
"source_files": [
"CYTSegmentScrollView/*.{h,m}",
"CYTSegmentScrollView/**/*.{h,m}"
],
"frameworks": "UIKit",
"requires_arc": true,
"dependencies": {
"Masonry": [
],
"DKNightVersion": [
]
}
}