| { |
| "name": "HDSegmentScroll", |
| "version": "0.0.2", |
| "summary": "HDSegmentScroll分为HDSegment和HDScrollView", |
| "description": "HDSegmentScroll可以自定义segment样式,方便创建轮播图", |
| "homepage": "https://github.com/SheriffWoody/HDSegmentScroll", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "hudi": "dean.hu@drcuiyutao.com" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source": { |
| "git": "https://github.com/SheriffWoody/HDSegmentScroll.git", |
| "tag": "0.0.2" |
| }, |
| "source_files": "HDSegmentScroll/*.{h,m}", |
| "frameworks": "UIKit", |
| "requires_arc": true, |
| "dependencies": { |
| "Masonry": [ |
| |
| ], |
| "DKNightVersion": [ |
| |
| ] |
| } |
| } |