[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / 3 / 6 / 4 / MultiSelectSegmentedControl / 2.4.1 / MultiSelectSegmentedControl.podspec.json
blob993e44775e9a700b8644ae2deef699a74d7b7eb8
2   "name": "MultiSelectSegmentedControl",
3   "version": "2.4.1",
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.4.1"
26   },
27   "source_files": "Sources/*.swift",
28   "resource_bundles": {
29     "MultiSelectSegmentedControl": [
30       "Sources/PrivacyInfo.xcprivacy"
31     ]
32   },
33   "dependencies": {
34     "SweeterSwift": [
36     ]
37   },
38   "pod_target_xcconfig": {
39     "LD_RUNPATH_SEARCH_PATHS": "$(FRAMEWORK_SEARCH_PATHS)"
40   },
41   "swift_version": "5.0"