We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30adea5 commit da11428Copy full SHA for da11428
README.md
@@ -20,8 +20,11 @@ Full-Width styles in action (the pill styles support the same features / animati
20
21
## Installation
22
23
-- [**SwiftPM:**](https://github.com/apple/swift-package-manager)
+- [**SPM (Swift Package Manager):**](https://github.com/apple/swift-package-manager)
24
- Xcode -> File -> Add packages: `[email protected]:calimarkus/JDStatusBarNotification.git`
25
+ - Importing:
26
+ - In Swift: `import JDStatusBarNotification`
27
+ - In ObjC: `#import "JDStatusBarNotification.h"` (or `@import JDStatusBarNotificationObjC;`)
28
- [**CocoaPods:**](https://guides.cocoapods.org)
29
- `pod 'JDStatusBarNotification'`
30
- [**Carthage:**](https://github.com/Carthage/Carthage)
0 commit comments