blob: b2f080a8bd766b10e7ea98010aeb4700d2da43aa [file] [log] [blame]
{
"name": "EasySpinner",
"version": "1.0.0",
"summary": "A simple UIView subclass which can be used in place of UIActivityIndicatorView",
"description": "EasySpinner is a UIView subclass which can be used as an activity indicator. It provides a multitude of customization options such as animation duration, layer color, dot color, dot scale, etc.",
"homepage": "https://github.com/DomBabic/EasySpinner",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Dominik Babić": "domynick93@hotmail.com"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "5.0",
"source": {
"git": "https://github.com/DomBabic/EasySpinner.git",
"tag": "1.0.0"
},
"source_files": [
"EasySpinner",
"EasySpinner/**/*.{h,m}"
],
"swift_version": "5.0"
}