blob: afb1840e166a88b71f5e02516c0bc529932d70f6 [file] [log] [blame]
{
"name": "AdvancedSegmentedControl",
"version": "0.1.0",
"summary": "A segmented control that supports scrolling.",
"description": "A segmented control that supports scrolling. It's basically a collectionView that holds cells for each segment.",
"homepage": "https://github.com/d3mueller/AdvancedSegmentedControl",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Dennis Müller": "d3mueller@me.com"
},
"platforms": {
"ios": "12.0"
},
"source": {
"git": "https://github.com/d3mueller/AdvancedSegmentedControl.git",
"tag": "0.1.0"
},
"source_files": [
"Classes",
"AdvancedSegmentedControl/**/*.{swift}"
],
"swift_version": "4.2",
"dependencies": {
"SnapKit": [
],
"SwifterSwift": [
],
"UIImageColors": [
]
}
}