blob: 06299c288da99031cdc439a29f5140482c955474 [file] [log] [blame]
{
"name": "ASSlider",
"version": "0.0.1",
"summary": "An enhanced UISlider subclass",
"description": "An enhanced UISlider subclass that add a pin above the slider with the current slider index",
"homepage": "https://github.com/andr3a88/ASSlider",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"andr3a88": "runner_corsa@msn.com"
},
"social_media_url": "https://twitter.com/andrea_steva",
"source": {
"git": "https://github.com/andr3a88/ASSlider.git",
"tag": "0.0.1"
},
"swift_versions": "5.0",
"platforms": {
"ios": "10.0"
},
"source_files": "ASSlider/Classes/**/*",
"resource_bundles": {
"ASSlider": [
"ASSlider/Assets/**/*.png",
"ASSlider/Assets/**/*.xcassets"
]
},
"swift_version": "5.0"
}