blob: 247bde68264fd562d08ae9bfd7801d84bc7fd03e [file] [log] [blame]
{
"name": "SwiftySnackBar",
"version": "1.0.0",
"summary": "A library to show SnackBar with animation and your own custom designs.",
"description": "This CocoaPods lets you create a SnackBar in iOS using Swift.",
"homepage": "https://github.com/TejasviTandon/SwiftySnackBar",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Tejasvi Tandon": "Tejasvitandon@gmail.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/TejasviTandon/SwiftySnackBar.git",
"tag": "1.0.0"
},
"source_files": [
"SwiftySnackBar",
"SwiftySnackBar/**/*.{h,m}"
]
}