blob: 1dc4d6cd9abc06765c6390959d9d675cfe0766c0 [file] [log] [blame]
{
"name": "SKToast",
"version": "1.0.0",
"summary": "SKToast is a simple and light weight Android like toast view for your iOS app written in swift.",
"description": "SKToast is a simple Android like toast view really easy to integrate and easy to use with other customization options.",
"homepage": "https://github.com/SachK13/SKToast",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"SachK13": "iosdev.sachin@gmail.com"
},
"source": {
"git": "https://github.com/SachK13/SKToast.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "13.0"
},
"swift_versions": [
"5.0",
"5.1",
"5.2"
],
"source_files": "SKToast/Classes/**/*",
"frameworks": [
"UIKit",
"Foundation"
],
"swift_version": "5.2"
}