Skip to content

Commit aa2f484

Browse files
authored
Update README.md
1 parent fd21f9a commit aa2f484

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

README.md

+10-3
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ UI Component. This is a copy swipe-panel from app: https://www.apple.com/ios/map
1919
<!-- TOC -->
2020

2121
- [Requirements](#requirements)
22-
- [Installation CocoaPods](#installation-cocoapods)
22+
- [Installation](#installation)
23+
- [CocoaPods](#cocoapods)
24+
- [Swift Package Manager with Xcode 11](#swift-package-manager-with-xcode-11)
2325
- [Getting Started](#getting-started)
2426
- [Action](#action)
2527
- [Move position with an animation](#move-position-with-an-animation)
@@ -54,14 +56,19 @@ UI Component. This is a copy swipe-panel from app: https://www.apple.com/ios/map
5456

5557
✏️ ContainerController is written in Swift 5.0+. It can be built by Xcode 11 or later. Compatible with iOS 13.0+.
5658

57-
## Installation CocoaPods
59+
## Installation
60+
61+
### CocoaPods
5862

5963
ContainerControllerSwift is available through [CocoaPods](https://cocoapods.org). To install
6064
it, simply add the following line to your Podfile:
6165

6266
```ruby
6367
pod 'ContainerControllerSwift'
6468
```
69+
### Swift Package Manager with Xcode 11
70+
71+
Follow [this doc](https://developer.apple.com/documentation/swift_packages/adding_package_dependencies_to_your_app).
6572

6673
## Getting Started
6774

@@ -465,7 +472,7 @@ func containerControllerMove(_ containerController: ContainerController, positio
465472

466473
## Author
467474

468-
<[email protected]>| [mrustaa](https://github.com/mrustaa/)
475+
<[email protected]> 📩| [mrustaa](https://github.com/mrustaa/)
469476

470477
## License
471478

0 commit comments

Comments
 (0)