[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / 3 / 6 / 4 / MultiSelectSegmentedControl / 2.3.8 / MultiSelectSegmentedControl.podspec.json
blob4c5c961cc5ba1a474379a5501db001f489a7e951
2   "name": "MultiSelectSegmentedControl",
3   "version": "2.3.8",
4   "summary": "Multiple-Selection Segmented Control",
5   "description": "UISegmentedControl remake that supports selection multiple segments, vertical stacking, combining text and images.",
6   "homepage": "https://github.com/yonat/MultiSelectSegmentedControl",
7   "screenshots": "https://raw.githubusercontent.com/yonat/MultiSelectSegmentedControl/master/Screenshots/MultiSelectSegmentedControl.png",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE.txt"
11   },
12   "authors": {
13     "Yonat Sharon": "yonat@ootips.org"
14   },
15   "swift_versions": [
16     "5.0"
17   ],
18   "platforms": {
19     "ios": "11.0"
20   },
21   "requires_arc": true,
22   "weak_frameworks": "SwiftUI",
23   "source": {
24     "git": "https://github.com/yonat/MultiSelectSegmentedControl.git",
25     "tag": "2.3.8"
26   },
27   "source_files": "Sources/*.swift",
28   "resources": [
29     "PrivacyInfo.xcprivacy"
30   ],
31   "dependencies": {
32     "SweeterSwift": [
34     ]
35   },
36   "pod_target_xcconfig": {
37     "LD_RUNPATH_SEARCH_PATHS": "$(FRAMEWORK_SEARCH_PATHS)"
38   },
39   "swift_version": "5.0"