blob: fc4d4515fe8701d68e05e7f08c6aee97f9253ed6 [file] [log] [blame]
{
"name": "JellySlider",
"version": "0.1.0",
"summary": "A UISlider replacement made of jelly.",
"description": "A UISlider replacement made of jelly. Written in Swift (2.2.1)",
"homepage": "https://github.com/popwarsweet/JellySlider",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Kyle Zaragoza": "popwarsweet@gmail.com"
},
"source": {
"git": "https://github.com/popwarsweet/JellySlider.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "JellySlider/Classes/**/*",
"resource_bundles": {
"JellySlider": [
"JellySlider/Assets/*"
]
}
}