blob: 2e1b2759c5146b534db55dfd30311e3ccfffcbb2 [file] [log] [blame]
{
"name": "YJMessage",
"version": "0.0.5",
"summary": "Elegantly display message notification in your iOS app.",
"description": "A library that displays message in iOS app with Android Snackbar-like style.",
"homepage": "https://github.com/TinydustDevelopers/YJMessage",
"screenshots": "https://raw.githubusercontent.com/TinydustDevelopers/YJMessage/master/images/demo.gif",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Octree": "octree@tinydust.cn"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/TinydustDevelopers/YJMessage.git",
"tag": "0.0.5"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"resources": "Classes/Resources/*.png"
}