Skip to content

Commit

Permalink
add import examples to README
Browse files Browse the repository at this point in the history
  • Loading branch information
calimarkus committed Nov 5, 2023
1 parent 30adea5 commit da11428
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,11 @@ Full-Width styles in action (the pill styles support the same features / animati

## Installation

- [**SwiftPM:**](https://github.com/apple/swift-package-manager)
- [**SPM (Swift Package Manager):**](https://github.com/apple/swift-package-manager)
- Xcode -> File -> Add packages: `git@github.com:calimarkus/JDStatusBarNotification.git`
- Importing:
- In Swift: `import JDStatusBarNotification`
- In ObjC: `#import "JDStatusBarNotification.h"` (or `@import JDStatusBarNotificationObjC;`)
- [**CocoaPods:**](https://guides.cocoapods.org)
- `pod 'JDStatusBarNotification'`
- [**Carthage:**](https://github.com/Carthage/Carthage)
Expand Down

0 comments on commit da11428

Please sign in to comment.