blob: e81e0f7cdcdb4a236f35d6c6ff4a3007e61312b3 [file] [log] [blame]
{
"name": "SLTDoubleTapSegmentedControl",
"version": "1.0.7",
"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": "10.0"
},
"source": {
"git": "https://github.com/shrtlist/SLTDoubleTapSegmentedControl.git",
"tag": "1.0.7"
},
"source_files": "SLTDoubleTapSegmentedControl/SLTDoubleTapSegmentedControl.{h,m}",
"module_name": "SLTDoubleTapSegmentedControl",
"requires_arc": true,
"frameworks": [
"Foundation",
"UIKit"
]
}