blob: 9a0a457d73bc0a04bc1ebd819ba916cdfe91fc7c [file] [log] [blame]
{
"name": "SwiftEntryKit",
"version": "0.4.3",
"summary": "A simple banner and pop-up displayer for iOS. Written in Swift.",
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"description": "SwiftEntryKit is a banner presenter library for iOS. It can be used to easily display pop-ups and notification-like views within your iOS apps. SwiftEntryKit is highly customizable but also offers a bunch of beautiful presets that can be themed with your app fonts and colors.",
"homepage": "https://github.com/huri000/SwiftEntryKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Daniel Huri": "huri000@gmail.com"
},
"source": {
"git": "https://github.com/huri000/SwiftEntryKit.git",
"tag": "0.4.3"
},
"source_files": "Source/**/*",
"frameworks": "UIKit",
"dependencies": {
"QuickLayout": [
"2.0.2"
]
}
}