blob: 407c40e2a93a404c507012e7d6500db90d33acb4 [file] [log] [blame]
{
"name": "RubberIndicator",
"version": "1.0.0",
"summary": "A rubber style segmentControl used on iOS.",
"description": "It is a rubber style segmentControl used on iOS, which implement by Objective-C",
"homepage": "https://github.com/mayqiyue/RubberIndicator",
"license": "MIT",
"authors": {
"mayqiyue": "xu20121013@gmail.com"
},
"source": {
"git": "https://github.com/mayqiyue/RubberIndicator.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "RubberIndicator/RubberIndicator/*",
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit"
]
}