blob: c8ce60d08696a2ddf6bc122b45aebb10c2e311b3 [file] [log] [blame]
{
"name": "MultiSelectSegmentedControl",
"version": "2.3.3",
"summary": "Multiple-Selection Segmented Control",
"description": "UISegmentedControl remake that supports selection multiple segments, vertical stacking, combining text and images.",
"homepage": "https://github.com/yonat/MultiSelectSegmentedControl",
"screenshots": "https://raw.githubusercontent.com/yonat/MultiSelectSegmentedControl/master/Screenshots/MultiSelectSegmentedControl.png",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"Yonat Sharon": "yonat@ootips.org"
},
"social_media_url": "https://twitter.com/yonatsharon",
"swift_versions": [
"5.0"
],
"platforms": {
"ios": "11.0"
},
"requires_arc": true,
"weak_frameworks": "SwiftUI",
"source": {
"git": "https://github.com/yonat/MultiSelectSegmentedControl.git",
"tag": "2.3.3"
},
"source_files": "Sources/*.swift",
"dependencies": {
"SweeterSwift": [
]
},
"pod_target_xcconfig": {
"LD_RUNPATH_SEARCH_PATHS": "$(FRAMEWORK_SEARCH_PATHS)"
},
"swift_version": "5.0"
}