blob: bc38a92c01c1eef8bf45244666a1bb64141c4752 [file] [log] [blame]
{
"name": "GLXSegmentedControl",
"version": "2.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.2"
},
"source_files": "GLXSegmentedControl/*.swift",
"requires_arc": true,
"frameworks": "UIKit",
"pod_target_xcconfig": {
"SWIFT_VERSION": "3"
},
"pushed_with_swift_version": "3"
}