| { |
| "name": "QMSegmenView", |
| "version": "1.0.0", |
| "summary": "A custom segmentView used on iOS", |
| "description": "It is a custom segmentView used on iOS, which implement by objective-c", |
| "homepage": "https://github.com/miaoqiu/QMSegmenView", |
| "license": "MIT", |
| "authors": { |
| "qiumaio": "qm1005465512@163.com" |
| }, |
| "platforms": { |
| "ios": "5.0" |
| }, |
| "source": { |
| "git": "https://github.com/miaoqiu/QMSegmenView.git", |
| "tag": "1.0.0" |
| }, |
| "source_files": "QMSegment/*", |
| "frameworks": [ |
| "Foundation", |
| "UIKit" |
| ], |
| "requires_arc": true |
| } |