blob: e0ab5be7f314cae990341495f4acc8b557546370 [file] [log] [blame]
{
"name": "HMAMessageViewManager",
"version": "0.1.2",
"summary": "Dead simple notification message banners (appearing from bottom of the view) for iOS",
"description": "Dead simple notification message banners (appearing from bottom) for iOS. Xcode 7 and iOS9 SDK.\n * No dependencies\n * Rotation support (uses autolayout)\n * Error, Warning, Success and Default types\n * Customize fonts via UIAppearance\nMessage banner hides automatically after seconds defined with kMessageViewDismissInSeconds constant or by user tap.",
"homepage": "https://github.com/xjki/HMAMessageViewManager",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jurgis Kirsakmens": "jki@jki.lv"
},
"source": {
"git": "https://github.com/xjki/HMAMessageViewManager.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "HMAMessageViewManager/Classes/**/*"
}