| { |
| "name": "HMSegmentedControl@zhl", |
| "version": "1.5.5", |
| "summary": "A drop-in replacement for UISegmentedControl mimicking the style of the one in Google Currents and various other Google products. FORK of CoderZHL", |
| "homepage": "https://github.com/CoderZHL/HMSegmentedControl", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE.md" |
| }, |
| "authors": { |
| "CoderZHL": "haoliangzhong@163.com" |
| }, |
| "source": { |
| "git": "https://github.com/CoderZHL/HMSegmentedControl.git", |
| "tag": "v1.5.5" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "requires_arc": true, |
| "source_files": "HMSegmentedControl/*.{h,m}", |
| "frameworks": "QuartzCore" |
| } |