blob: 3a0c5afa06ced751f229ac1cf1ba88a3cd22ee08 [file] [log] [blame]
{
"name": "MidpointSlider",
"version": "1.0.0",
"summary": "MidpointSlider is a custom iOS control that allows the user to pull left or right from the slider's center when choosing a value.",
"description": "MidpointSlider is a custom iOS control that allows the user to pull left or right from the slider's center when choosing a value. The slider's minimum and maximum values are configurable as well as the slider tint color.",
"homepage": "https://github.com/ccabanero/MidpointSlider",
"screenshots": "http://s3.amazonaws.com/big-leaf-public/pod_screenshots/MidpointSlider.gif",
"license": "MIT",
"authors": {
"Clint Cabanero": "clintcabanero@gmail.com"
},
"source": {
"git": "https://github.com/ccabanero/MidpointSlider.git",
"tag": "1.0.0"
},
"social_media_url": "https://twitter.com/clintcabanero",
"platforms": {
"ios": "8.3"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"MidpointSlider": [
"Pod/Assets/*.png"
]
},
"frameworks": [
"UIKit",
"QuartzCore"
]
}