blob: 29a36f76baab3336c6f947fe53a0dcb2627f2819 [file] [log] [blame]
{
"name": "SegmentPagerController",
"version": "1.0.0",
"summary": "分页滚动视图控制器",
"homepage": "https://github.com/wangcy90/SegmentPagerController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"WangChongyang": "chongyangfly@163.com"
},
"source": {
"git": "https://github.com/wangcy90/SegmentPagerController.git",
"tag": "1.0.0"
},
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"frameworks": "UIKit",
"source_files": "SegmentPagerController/**/*",
"dependencies": {
"HMSegmentedControl": [
"~> 1.5.4"
]
}
}