blob: 174c717d1202e7a22436a3fcd972f3785a9cdfed [file] [log] [blame]
{
"name": "SmartToast",
"version": "0.1.3",
"summary": "Android-like toast with very simple interface.",
"description": "iToast is a Swift libaray that adds toast notifications to the UIView object class. It is intended to be simple, lightweight, and easy to use. Most toast notifications can be triggered with a single line of code.",
"homepage": "https://github.com/Aamirali86/iToast.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Aamir": "muhammad.aamir@venturedive.com"
},
"source": {
"git": "https://github.com/Aamirali86/iToast.git",
"tag": "0.1.3"
},
"platforms": {
"ios": "11.0"
},
"swift_version": "4.1",
"source_files": "SmartToast/Classes/**/*"
}