[Add] ZJSDK 2.5.7.5
[CocoaPods.git] / Specs / 3 / d / 7 / SwiftEntryKit / 0.1.1 / SwiftEntryKit.podspec.json
blob7772f6ed7320311b3c2d63a59e8479b3ad607cb4
2   "name": "SwiftEntryKit",
3   "version": "0.1.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 offsers a bunch of beatiful 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.1.1"
21   },
22   "source_files": "SwiftEntryKit/**/*",
23   "frameworks": "UIKit",
24   "dependencies": {
25     "QuickLayout": [
26       "1.0.11"
27     ]
28   }