blob: 31c8726b3caf5ea15d86c9b53aa5d2d1873e08fc [file] [log] [blame]
{
"name": "GLXSegmentedControl",
"version": "2.0.2",
"summary": "Custom segmented control for iOS 9 and above",
"description": "Written in Swift.\nSupports both images and text.\nSupports vertically organised segments\nMore customisible than UISegmentedControl and easier to expand with new style.",
"homepage": "https://github.com/glenmax-ltd/GLXSegmentedControl",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Glenmax": "support@glenmax.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/glenmax-ltd/GLXSegmentedControl.git",
"branch": "master",
"tag": "v2.0.2"
},
"source_files": "GLXSegmentedControl/*.swift",
"requires_arc": true,
"frameworks": "UIKit",
"pod_target_xcconfig": {
"SWIFT_VERSION": "3"
},
"pushed_with_swift_version": "3"
}