blob: 7633172f8f453d7d327d808147af61bf0244957d [file] [log] [blame]
{
"name": "SwiftEntryKit",
"version": "0.5.0",
"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.5.0"
},
"source_files": "Source/**/*",
"frameworks": "UIKit",
"dependencies": {
"QuickLayout": [
"2.0.2"
]
}
}