blob: 654425d42b9527f143fe4b67a86404e21d197cad [file] [log] [blame]
{
"name": "HKLSegmentedControl",
"version": "1.0.1",
"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/hirohitokato/HKLSegmentedControl",
"screenshots": "https://raw.githubusercontent.com/hirohitokato/HKLSegmentedControl/master/images/screenshots_1.gif",
"source": {
"git": "https://github.com/hirohitokato/HKLSegmentedControl.git",
"tag": "v1.0.1"
},
"license": "MIT",
"authors": "Hirohito Kato",
"social_media_url": "http://twitter.com/hkato193",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Libs/*.{h,m}"
}