blob: 7f04447881e313b5debe634ad1cdd1e4ea4c27c5 [file] [log] [blame]
{
"name": "SwiftEntryKit",
"version": "1.1.3",
"summary": "A simple banner and pop-up displayer for iOS. Written in Swift.",
"platforms": {
"ios": "9.0"
},
"swift_versions": "5.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": "1.1.3"
},
"source_files": "Source/**/*",
"frameworks": "UIKit",
"dependencies": {
"QuickLayout": [
"3.0.0"
]
},
"swift_version": "5.0"
}