blob: a1b076dbe155ab29d41c2f2bc4428b2ba4fbdc40 [file] [log] [blame]
{
"name": "PMRangeSlider",
"version": "0.1.2",
"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.2"
},
"social_media_url": "https://twitter.com/pawelmaczewski",
"platforms": {
"ios": "8.0"
},
"source_files": "PMRangeSlider/Classes/**/*",
"frameworks": "UIKit",
"dependencies": {
"BlocksKit": [
"~> 2.2.5"
]
}
}