blob: 7d514316428a50d99e62defccd497996ef164400 [file] [log] [blame]
{
"name": "SKActivityIndicatorView",
"version": "1.0.0",
"summary": "A lightweight and easy-to-use ActivityIndicator for your iOS app written in swift.",
"description": "SKActivityIndicatorView is a lightweight and simple ActivityIndicator. Its really easy to integrate and easy-to-use and also has four different ActivityIndicator style with other customization options.",
"homepage": "https://github.com/SachK13/SKActivityIndicatorView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"SachK13": "iosdev.sachin@gmail.com"
},
"source": {
"git": "https://github.com/SachK13/SKActivityIndicatorView.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "13.0"
},
"swift_versions": [
"5.0",
"5.1",
"5.2"
],
"source_files": "SKActivityIndicatorView/Classes/**/*",
"frameworks": [
"UIKit",
"Foundation"
],
"swift_version": "5.2"
}