File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff 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
5963ContainerControllerSwift is available through [ CocoaPods] ( https://cocoapods.org ) . To install
6064it, simply add the following line to your Podfile:
6165
6266``` ruby
6367pod ' 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- < motionrustam@gmail.com > | [ mrustaa] ( https://github.com/mrustaa/ )
475+ < motionrustam@gmail.com > 📩 | [ mrustaa] ( https://github.com/mrustaa/ )
469476
470477## License
471478
You can’t perform that action at this time.
0 commit comments