blob: ef2089bfee1ef7f9c05a4758d7554d2222189ad4 [file] [log] [blame]
{
"name": "HKLSegmentedControl",
"version": "1.0.0",
"summary": "A subclass of UISegmentedControl which supports dynamically value changing.",
"description": " HKLSegmentedControl is a fully compatible class with UISegmentedControl.\n In addition to that, it supports touch moving events.\n The delegate method is called each time when you swipe on the control.\n",
"homepage": "https://github.com/katokichisoft/HKLSegmentedControl",
"screenshots": "https://raw.githubusercontent.com/katokichisoft/HKLSegmentedControl/master/images/screenshots_1.gif",
"source": {
"git": "https://github.com/katokichisoft/HKLSegmentedControl.git",
"tag": "v1.0.0"
},
"license": "MIT",
"authors": "Hirohito Kato",
"social_media_url": "http://twitter.com/hkato193",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Libs/*.{h,m}"
}