blob: ea77980c541a4494f4f835251202c9ff98e1f9aa [file] [log] [blame]
{
"name": "SMVerticalSegmentedControl",
"version": "0.1.2",
"summary": "SMVerticalSegmentedControl is plain vertical segmented control",
"homepage": "https://github.com/shkutkov/SMVerticalSegmentedControl",
"screenshots": [
"https://raw.github.com/shkutkov/SMVerticalSegmentedControl/master/Screenshots/1.png",
"https://raw.github.com/shkutkov/SMVerticalSegmentedControl/master/Screenshots/2.png"
],
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Michael Shkutkov": "shkutkov@gmail.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/shkutkov/SMVerticalSegmentedControl.git",
"tag": "0.1.2"
},
"public_header_files": "SMVerticalSegmentedControl/*.h",
"source_files": "SMVerticalSegmentedControl/*.{h,m}",
"requires_arc": true,
"frameworks": [
"QuartzCore",
"UIKit",
"CoreGraphics"
]
}