blob: cefb18979b2f107f6019c7d24cd1b3e596d61019 [file] [log] [blame]
{
"name": "MABSlider",
"version": "2.0",
"summary": "Custom Slider for OSX using swift",
"description": "Custom Slider for OSX using swift.",
"homepage": "https://github.com/muhammadbassio/MABSlider",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Muhammad Bassio": "muhammadbassio@gmail.com"
},
"source": {
"git": "https://github.com/muhammadbassio/MABSlider.git",
"tag": "2.0"
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.0"
},
"platforms": {
"osx": "10.10"
},
"source_files": [
"source/*.swift",
"source/assets/*.png"
]
}