[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 3 / d / 7 / SwiftEntryKit / 0.1.4 / SwiftEntryKit.podspec.json
blob839aa7b469ac0daf45999134e02b49b21e65f665
2   "name": "SwiftEntryKit",
3   "version": "0.1.4",
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.4"
21   },
22   "source_files": "SwiftEntryKit/**/*",
23   "frameworks": "UIKit",
24   "dependencies": {
25     "QuickLayout": [
26       "1.0.13"
27     ]
28   }