From e398960942f3d44717d5f1467e6cc4bb2770880e Mon Sep 17 00:00:00 2001 From: Loay Ashraf Date: Wed, 10 Jan 2024 00:41:49 +0200 Subject: [PATCH] Update README.md --- README.md | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/README.md b/README.md index 4462fee..3dab00c 100644 --- a/README.md +++ b/README.md @@ -118,15 +118,6 @@ uploadObservable ## Installation -### CocoaPods - -[CocoaPods](https://cocoapods.org) is a dependency manager for Cocoa projects. For usage and installation instructions, visit their website. To integrate RxNetworkKit into your Xcode project using CocoaPods, specify it in your `Podfile`: - -```ruby -pod 'RxNetworkKitX' -``` -P.S: We had to postfix with 'X' as there's a pod on trunk with same name but different case 🤦‍♂️ - ### Swift Package Manager The [Swift Package Manager](https://swift.org/package-manager/) is a tool for automating the distribution of Swift code and is integrated into the `swift` compiler. @@ -139,10 +130,6 @@ dependencies: [ ] ``` -### Carthage - -Support for Carthage is coming soon. - ### Manually If you prefer not to use any of the aforementioned dependency managers, you can integrate RxNetworkKit into your project manually.