24 lines
884 B
JSON
24 lines
884 B
JSON
{
|
|
"name": "JOCircularSlider",
|
|
"version": "1.0.0",
|
|
"summary": "A highly customaizable and reusable circular slider for iOS applications.",
|
|
"description": "A highly customaizable and reusable circular slider for iOS applications.\nIt's written in Swift 4.2 and it's 100% IBDesignable and all parameters are IBInspectable.\nYou can control almost every aspect of the slider's design: Size, colors, direction (clockwise/anti-clockwise), etc...",
|
|
"homepage": "https://github.com/ouraigua/JOCircularSlider",
|
|
"license": {
|
|
"type": "MIT",
|
|
"file": "LICENSE"
|
|
},
|
|
"authors": {
|
|
"Jalal Ouraigua": "ouraigua@icloud.com"
|
|
},
|
|
"source": {
|
|
"git": "https://github.com/ouraigua/JOCircularSlider.git",
|
|
"tag": "1.0.0"
|
|
},
|
|
"social_media_url": "https://twitter.com/ouraigua",
|
|
"platforms": {
|
|
"ios": "10.0"
|
|
},
|
|
"source_files": "JOCircularSlider/Classes/**/*"
|
|
}
|