blob: 7d22fb87a6bf0ab8ff4641a711fc91c8747db34f [file] [log] [blame]
{
"name": "PMRangeSlider",
"version": "0.1.1",
"summary": "PMRangeSlider is a control allowing to set a range of numerical values using a double-thumbs slider.",
"description": "PMRangeSlider is a control allowing to set a range of numerical values using a double-thumbs slider.\n\nIt uses a delegate pattern to communicate value changes.",
"homepage": "https://github.com/owlcoding/PMRangeSlider",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Pawel Maczewski": "pawel@owlcoding.com"
},
"source": {
"git": "https://github.com/owlcoding/PMRangeSlider.git",
"tag": "0.1.1"
},
"social_media_url": "https://twitter.com/pawelmaczewski",
"platforms": {
"ios": "8.0"
},
"source_files": "PMRangeSlider/Classes/**/*",
"frameworks": "UIKit",
"dependencies": {
"BlocksKit": [
"~> 2.2.5"
]
}
}