blob: f175bd2df505cceed732c6b346bff331327857b9 [file] [log] [blame]
{
"name": "SKToast",
"version": "0.1.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": "0.1.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "SKToast/Classes/**/*",
"frameworks": [
"UIKit",
"Foundation"
],
"pushed_with_swift_version": "4.0"
}