blob: 1a8797d8ea1360f3efe2d39ea670c16a0fb8f670 [file] [log] [blame]
{
"name": "SwiftEntryKit",
"version": "0.2.1",
"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 offsers a bunch of beatiful 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.2.1"
},
"source_files": "SwiftEntryKit/**/*",
"frameworks": "UIKit",
"dependencies": {
"QuickLayout": [
"2.0.0"
]
}
}