blob: 25fb4499ca367a45fc61cf5c326e0841b658528c [file] [log] [blame]
{
"name": "BCSegmentedControl",
"version": "1.0",
"summary": "An easy to use, customizable replacement for UISegmentedControl & UISwitch.",
"description": "BetterSegmentedControl is an easy to use, customizable replacement for UISegmentedControl and UISwitch written in Swift.",
"homepage": "https://github.com/battleent/BetterSegmentedControl",
"license": "MIT",
"authors": {
"George Marmaridis": "gmarmas@gmail.com"
},
"source": {
"git": "https://github.com/battleent/BetterSegmentedControl.git",
"tag": "1.0"
},
"social_media_url": "https://twitter.com/gmarmas",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"frameworks": "UIKit",
"dependencies": {
"RxSwift": [
">= 4.0.0"
],
"RxCocoa": [
">= 4.0.0"
]
}
}