blob: 7e6e6d284a0515139e6c0445e01be5889583c581 [file] [log] [blame]
{
"name": "MultiSelectSegmentedControl",
"version": "1.1.3",
"summary": "Multiple-Selection Segmented Control",
"description": "A subclass of UISegmentedControl that supports selection multiple segments.\n\nNo need for images - works with the builtin styles of UISegmentedControl.",
"homepage": "https://github.com/yonat/MultiSelectSegmentedControl",
"screenshots": "http://ootips.org/yonat/wp-content/uploads/2013/04/MultiSelectSegmentedControl.png",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"Yonat Sharon": "yonat@ootips.org"
},
"social_media_url": "http://twitter.com/yonatsharon",
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/yonat/MultiSelectSegmentedControl.git",
"tag": "1.1.3"
},
"source_files": "MultiSelectSegmentedControl.{h,m}",
"requires_arc": true
}