[Add] ZJSDK 2.5.7.5
[CocoaPods.git] / Specs / 3 / d / 7 / SwiftEntryKit / 0.6.1 / SwiftEntryKit.podspec.json
blob054ad23943baa9ecd0885cad7b2d11a170d653e5
2   "name": "SwiftEntryKit",
3   "version": "0.6.1",
4   "summary": "A simple banner and pop-up displayer for iOS. Written in Swift.",
5   "platforms": {
6     "ios": "9.0"
7   },
8   "requires_arc": true,
9   "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.",
10   "homepage": "https://github.com/huri000/SwiftEntryKit",
11   "license": {
12     "type": "MIT",
13     "file": "LICENSE"
14   },
15   "authors": {
16     "Daniel Huri": "huri000@gmail.com"
17   },
18   "source": {
19     "git": "https://github.com/huri000/SwiftEntryKit.git",
20     "tag": "0.6.1"
21   },
22   "source_files": "Source/**/*",
23   "frameworks": "UIKit",
24   "dependencies": {
25     "QuickLayout": [
26       "2.0.2"
27     ]
28   }