Skip to content

Commit da11428

Browse files
committed
add import examples to README
1 parent 30adea5 commit da11428

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,11 @@ Full-Width styles in action (the pill styles support the same features / animati
2020

2121
## Installation
2222

23-
- [**SwiftPM:**](https://github.com/apple/swift-package-manager)
23+
- [**SPM (Swift Package Manager):**](https://github.com/apple/swift-package-manager)
2424
- 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;`)
2528
- [**CocoaPods:**](https://guides.cocoapods.org)
2629
- `pod 'JDStatusBarNotification'`
2730
- [**Carthage:**](https://github.com/Carthage/Carthage)

0 commit comments

Comments
 (0)