blob: af879436cbd43c0774fbada72adc8660335fcf9f [file] [log] [blame]
{
"name": "JDSlider",
"version": "1.0.0",
"summary": "An iOS Slider written in swift.",
"description": "A full customizable Slider of UIView.",
"homepage": "https://github.com/JellyDevelopment/JDSlider",
"license": "MIT",
"authors": {
"David L. Carrascal": "davidlcarrascal@gmail.com"
},
"source": {
"git": "https://github.com/JellyDevelopment/JDSlider.git",
"tag": "1.0.0"
},
"social_media_url": "https://twitter.com/davidlcarrascal",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"JDSlider": [
"Pod/Assets/*.png"
]
},
"frameworks": "UIKit"
}