blob: 6607ddf48575616077c026317d3c4f056f6f7e21 [file] [log] [blame]
{
"name": "Pinwheel",
"version": "1.0.0",
"summary": "An iOS framework to replace the default UIActivityIndicatorView with the MacOS pinwheel spinner",
"swift_version": "5.0",
"description": "An iOS framework to replace the default UIActivityIndicatorView with the MacOS pinwheel spinner",
"homepage": "https://github.com/Astranno/Pinwheel",
"license": "MIT",
"authors": {
"Astranno": "apps@astranno.com"
},
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/Astranno/Pinwheel.git",
"tag": "1.0.0"
},
"source_files": [
"Pinwheel",
"Pinwheel/**/*.{h,m,swift}"
]
}