blob: 6b9b477e38f2fb1058e4f5d28b1c297a09965a18 [file] [log] [blame]
{
"name": "CheckmarkSegmentedControl",
"version": "0.1.0",
"summary": "CheckmarkSegmentedControl is a customisable alternative to UISegmentedControl.",
"description": "CheckmarkSegmentedControl is a customisable alternative to UISegmentedControl. Visually it looks like radio buttons group with checkmark sign in the middle and animated border on selection. Each option can be fully customised.",
"homepage": "https://github.com/gregttn/CheckmarkSegmentedControl",
"license": "MIT",
"authors": {
"gregttn": "gregttn@gmail.com"
},
"source": {
"git": "https://github.com/gregttn/CheckmarkSegmentedControl.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/gregttn",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/*.swift",
"resource_bundles": {
"CheckmarkSegmentedControl": [
"Pod/Assets/*.png"
]
},
"frameworks": "UIKit"
}