blob: 0ebd7b482319b92f8b53d6321d0ae5e63222adf5 [file] [log] [blame]
{
"name": "MultiSlider",
"version": "1.10.4",
"summary": "UISlider clone with multiple thumbs and values, optional snap intervals, optional value labels.",
"homepage": "https://github.com/yonat/MultiSlider",
"screenshots": [
"https://raw.githubusercontent.com/yonat/MultiSlider/master/Screenshots/MultiSlider.png"
],
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"Yonat Sharon": "yonat@ootips.org"
},
"social_media_url": "https://twitter.com/yonatsharon",
"swift_versions": [
"4.2",
"5.0"
],
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/yonat/MultiSlider.git",
"tag": "1.10.4"
},
"source_files": "Sources/*.swift",
"dependencies": {
"SweeterSwift": [
],
"AvailableHapticFeedback": [
]
},
"pod_target_xcconfig": {
"LD_RUNPATH_SEARCH_PATHS": "$(FRAMEWORK_SEARCH_PATHS)"
},
"swift_version": "5.0"
}