blob: 8e2981f9d8a245b67773e3b4a3beca105088b9be [file] [log] [blame]
{
"name": "ATHMultiSelectionSegmentedControl",
"version": "0.2.1",
"summary": "A control mimicking UISegmentedControl behaviour but allowing for multiple segment selection",
"description": "ATHMultiSelectionSegmentedControl is a UIView based control that mimicks UISegmentedControl's API but also allows for multiple segment selection. It's battle tested and fully tested. If you find any bugs or want to suggest improvements please feel free to contribute.'",
"homepage": "https://github.com/attheodo/ATHMultiSelectionSegmentedControl",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"attheodo": "at@atworks.gr"
},
"source": {
"git": "https://github.com/attheodo/ATHMultiSelectionSegmentedControl.git",
"tag": "0.2.1"
},
"social_media_url": "https://twitter.com/attheodo",
"platforms": {
"ios": "8.0"
},
"source_files": "ATHMultiSelectionSegmentedControl/Classes/**/*",
"frameworks": [
"UIKit",
"Foundation",
"QuartzCore"
]
}