blob: ea9a7fce6b74ed9d87286107fa53f89904b4d0c8 [file] [log] [blame]
{
"name": "ToastProvider",
"version": "1.2",
"summary": "Providing your app with Toast messages.",
"description": "A simple Toast provider library, to provide your app with some temporary information in an eye pleasing fashion. It can show a title, an optional subtitle, and also an optional image.",
"homepage": "https://github.com/wevat/ToastProvider.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"harryblam": "harry@wevat.com"
},
"source": {
"git": "https://github.com/wevat/ToastProvider.git",
"tag": "1.2"
},
"platforms": {
"ios": "9.0"
},
"swift_version": "4.2",
"source_files": "ToastProvider/Classes/**/*",
"resource_bundles": {
"ToastProvider": [
"ToastProvider/**/*.{xib,png,xcassets}"
]
}
}