blob: 6512085828cba2e4b4a80092f2b6462d56e0cd6c [file] [log] [blame]
{
"name": "SLTDoubleTapSegmentedControl",
"version": "1.0.8",
"summary": "A double-tap UISegmentedControl subclass. Each segment functions as a discrete double-tap button.",
"description": "A double-tap UISegmentedControl subclass. Each segment functions as a discrete double-tap button. Based on http://stackoverflow.com/questions/17652773/how-to-deselect-a-segment-in-segmented-control-button-permanently-till-its-click?lq=1",
"homepage": "https://github.com/shrtlist/SLTDoubleTapSegmentedControl",
"license": {
"type": "Apache 2.0",
"file": "LICENSE"
},
"authors": {
"Marco Abundo": "shrtlist@gmail.com"
},
"platforms": {
"ios": "12.0"
},
"source": {
"git": "https://github.com/shrtlist/SLTDoubleTapSegmentedControl.git",
"tag": "1.0.8"
},
"source_files": "SLTDoubleTapSegmentedControl/SLTDoubleTapSegmentedControl.{h,m}",
"module_name": "SLTDoubleTapSegmentedControl",
"requires_arc": true,
"frameworks": [
"Foundation",
"UIKit"
]
}