blob: c73783223dcaff8753c09ba55ab975dec5347945 [file] [log] [blame]
{
"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
}