blob: dcbc03aa7d1be741dfbf0193f8a00cef32547c9f [file] [log] [blame]
{
"name": "SMVerticalSegmentedControl",
"version": "0.1.1",
"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.1"
},
"public_header_files": "SMVerticalSegmentedControl/*.h",
"source_files": "SMVerticalSegmentedControl/*.{h,m}",
"requires_arc": true,
"frameworks": [
"QuartzCore",
"UIKit",
"CoreGraphics"
]
}