blob: 15b7bdcd6d78c153816ad3b367ec22146960b0d4 [file] [log] [blame]
{
"name": "CMSwitchView",
"version": "0.1.0",
"summary": "CMSwitchView is a cool customizable switch view and with a pan gesture on it.",
"description": "You can customize for now the background color when selected or not. The border width and color.\n The width/height of the dot. If you want rounded or not.",
"homepage": "https://github.com/Mycose/CMSwitchView",
"license": "MIT",
"authors": {
"Mycose": "morissard@gmail.com"
},
"source": {
"git": "https://github.com/Mycose/CMSwitchView.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "CMSwitchView/Pod/Classes/**/*",
"resource_bundles": {
"CMSwitchView": [
"Pod/Assets/*.png"
]
}
}