blob: 27eac4c962ee6247817edf27789495bdc9151b40 [file] [log] [blame]
{
"name": "MJSnackBar",
"version": "0.1.0",
"summary": "iOS implementation of the Android SnackBar used in some Google Apps",
"description": "MJSnackBar in an iOS implementation of the Android SnackBar used in some Google Apps. It's written in pure Swift.",
"homepage": "https://github.com/Shakarang/MJSnackBar",
"license": "MIT",
"authors": {
"Maxime Junger": "maxime.junger@epitech.eu"
},
"source": {
"git": "https://github.com/Shakarang/MJSnackBar.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"MJSnackBar": [
"Pod/Assets/*.png"
]
}
}