blob: c6c15ae214c59b4785c67e6cea804939f59f4ba3 [file] [log] [blame]
{
"name": "RangeSliderView",
"version": "0.1.0",
"summary": "RangeSliderView provide an easy to use range slider view.",
"description": "RangeSliderView is a NSControl/NSControl/UIControl subclass that provides an easy control to select a range.",
"homepage": "https://github.com/oarrabi/RangeSliderView",
"screenshots": [
"http://i.imgur.com/PkG5mJG.png",
"http://i.imgur.com/RDusAaZ.png"
],
"license": "MIT",
"authors": {
"Omar Abdelhafith": "o.arrabi@me.com"
},
"source": {
"git": "https://github.com/oarrabi/RangeSliderView.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/ifnottrue",
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"requires_arc": true,
"source_files": [
"Pod/Classes/**/*"
],
"pod_target_xcconfig": {
"ENABLE_TESTABILITY": "YES"
}
}