[Add] ZJSDK 2.5.7.5
[CocoaPods.git] / Specs / b / 0 / 6 / JDStatusBarNotification / 2.1.2 / JDStatusBarNotification.podspec.json
blob2c72c1663d54a66e36e25f0d17a5661dbefdd27c
2   "name": "JDStatusBarNotification",
3   "version": "2.1.2",
4   "platforms": {
5     "ios": "13.0"
6   },
7   "swift_versions": [
8     "5.1"
9   ],
10   "license": {
11     "type": "MIT"
12   },
13   "authors": {
14     "Markus Emrich": "markus.emrich@gmail.com"
15   },
16   "source": {
17     "git": "https://github.com/calimarkus/JDStatusBarNotification.git",
18     "tag": "2.1.2"
19   },
20   "summary": "Highly customizable & feature rich notifications. Interactive dismiss. Custom Views. SwiftUI. Tap-to-hold. Progress.",
21   "description": "Highly customizable & feature rich notifications displayed below the status bar. Customizable colors, fonts & animations. Supports notch and no-notch devices, landscape & portrait layouts and Drag-to-Dismiss. Can display a subtitle, an activity indicator, a progress bar & custom views or SwiftUI out of the box. iOS 13+.",
22   "homepage": "https://github.com/calimarkus/JDStatusBarNotification",
23   "documentation_url": "http://calimarkus.github.io/JDStatusBarNotification/documentation/jdstatusbarnotification/",
24   "screenshots": "https://user-images.githubusercontent.com/807039/173831886-d7c8cca9-9274-429d-b924-78f21a4f6092.jpg",
25   "subspecs": [
26     {
27       "name": "ObjC",
28       "source_files": "JDStatusBarNotification/**/*.{h,m}",
29       "private_header_files": "JDStatusBarNotification/Private/*.h"
30     },
31     {
32       "name": "Swift",
33       "source_files": "JDStatusBarNotification/**/*.{swift}",
34       "dependencies": {
35         "JDStatusBarNotification/ObjC": [
37         ]
38       }
39     }
40   ],
41   "swift_version": "5.1"