blob: 8b0ff3c4a402df30b67251cb7db40021e1cd7ebf [file] [log] [blame]
{
"name": "SSegmentControl",
"version": "0.1.0",
"summary": "Simple SegmentControl for custom UIView Segments.",
"description": "Simple SegmentControl for custom UIView Segments. Segments can be passed as UIViews, so theres\nno UI limitations for the single segments.",
"homepage": "https://github.com/alexanderkorus/SSegmentControl",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"alexanderkorus": "alexander.korus@svote.io"
},
"source": {
"git": "https://github.com/alexanderkorus/SSegmentControl.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "11.0"
},
"swift_versions": "5.0",
"source_files": "SSegmentControl/Classes/**/*",
"dependencies": {
"SnapKit": [
"~> 5.0.0"
]
},
"swift_version": "5.0"
}