blob: 18421ca3bd68aa2f42b0bd0a4f5746905517344d [file] [log] [blame]
{
"name": "AnimatedSegmentSwitch",
"version": "0.1.0",
"summary": "AnimatedSegmentSwitch is a configurable multi-segment switch control written in Swift.",
"description": "Features\n * Up-to-date: Swift 2 (Xcode 7)\n * Support for Interface Designer\n * Supports multi-segments\n * Easy to use, lightweight, customizable and configurable\n * Works as UISegmentedControl and UISwitch drop-in replacement",
"homepage": "https://github.com/toashd/AnimatedSegmentSwitch",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Tobias Schmid": "toashd@gmail.com"
},
"source": {
"git": "https://github.com/toashd/AnimatedSegmentSwitch.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/toashd",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "AnimatedSegmentSwitch/**/*.swift"
}