blob: 15a30af2573f3b17179f2162c9587538458a85ef [file] [log] [blame]
{
"name": "SimpleSpinner",
"version": "0.0.5",
"summary": "A simple spinner with multitude of customization options.",
"description": "A simple view which can be used in place of UIActivityIndicatorView. It provides customization options such as layer and dot color, animation duration, max scale size for dot animations, etc.",
"homepage": "https://github.com/DomBabic/SimpleSpinner",
"license": "MIT",
"authors": {
"Dominik Babić": "domynick93@hotmail.com"
},
"platforms": {
"ios": "10.0",
"osx": "10.15"
},
"source": {
"git": "https://github.com/DomBabic/SimpleSpinner.git",
"tag": "0.0.5"
},
"source_files": [
"SimpleSpinner",
"SimpleSpinner/**/*.{h,m}"
]
}