blob: 24a8c6f5a41ef40f6178b3eac842c1ece89ba1b3 [file] [log] [blame]
{
"name": "EasySpinner",
"version": "0.0.5",
"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": "0.0.5"
},
"source_files": [
"EasySpinner",
"EasySpinner/**/*.{h,m}"
],
"swift_version": "5.0"
}