[Add] TensorFlowLiteObjC 0.0.1-nightly.20241226
[CocoaPods.git] / Specs / c / 8 / 9 / SLTDoubleTapSegmentedControl / 1.0.2 / SLTDoubleTapSegmentedControl.podspec.json
blobb3a80688518f60e07455b16e1c63d6d53de443b9
2   "name": "SLTDoubleTapSegmentedControl",
3   "version": "1.0.2",
4   "summary": "A double-tap UISegmentedControl subclass. Each segment functions as a discrete double-tap button.",
5   "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",
6   "homepage": "https://github.com/shrtlist/SLTDoubleTapSegmentedControl",
7   "license": {
8     "type": "Apache 2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Marco Abundo": "shrtlist@gmail.com"
13   },
14   "platforms": {
15     "ios": "10.0"
16   },
17   "source": {
18     "git": "https://github.com/shrtlist/SLTDoubleTapSegmentedControl.git",
19     "tag": "1.0.2"
20   },
21   "source_files": "SLTDoubleTapSegmentedControl/SLTDoubleTapSegmentedControl.swift",
22   "module_name": "SLTDoubleTapSegmentedControl",
23   "requires_arc": true,
24   "frameworks": [
25     "Foundation",
26     "UIKit"
27   ],
28   "swift_version": "4.0"