blob: 0bd08fef17a4a7333e94ebea6346e0f7c0f9cdd5 [file] [log] [blame]
{
"name": "HalertManager",
"version": "1.1.0",
"summary": "Popups and toasts.",
"description": "Manager that is able to show a set of highly customizable views on the screen with a queue managing the appearance of multiple alerts in the same time.\nThis library allows you to show on-screen default/custom alert popup, in-app-notification style popup, toast-like popup and more, each having the ability to add custom action\nto be executed with corresponding mechanics for user interaction.",
"homepage": "https://bitbucket.org/JovcheffTeam/halertmanager.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Dyanko Yovchev": "yovchev03@gmail.com"
},
"source": {
"git": "https://bitbucket.org/JovcheffTeam/halertmanager.git",
"tag": "1.1.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "HalertManager/Classes/**/*",
"resource_bundles": {
"HalertManager": [
"HalertManager/Classes/**/*.xib"
]
},
"frameworks": "UIKit",
"pushed_with_swift_version": "4.0"
}