Skip to content

Commit ea5b68a

Browse files
author
Emil Karimov
committed
docs: remove CocoaPods and Carthage installation methods
- Removed CocoaPods installation section - Removed Carthage installation section - Kept Swift Package Manager (recommended) and Manual Installation methods
1 parent f871519 commit ea5b68a

1 file changed

Lines changed: 0 additions & 40 deletions

File tree

README.md

Lines changed: 0 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -126,46 +126,6 @@ Then add the product to your target:
126126
4. Click **Add Package**
127127
5. Select the `EKNetwork` product and add it to your target
128128

129-
### CocoaPods
130-
131-
Add EKNetwork to your `Podfile`:
132-
133-
```ruby
134-
platform :ios, '18.0'
135-
platform :macos, '15.0'
136-
137-
target 'YourApp' do
138-
use_frameworks!
139-
pod 'EKNetwork', '~> 1.4.0'
140-
end
141-
```
142-
143-
Then run:
144-
145-
```bash
146-
pod install
147-
```
148-
149-
**Note:** CocoaPods support requires a `.podspec` file. If you need CocoaPods support, please open an issue.
150-
151-
### Carthage
152-
153-
Add EKNetwork to your `Cartfile`:
154-
155-
```
156-
github "emvakar/EKNetwork" ~> 1.4.0
157-
```
158-
159-
Then run:
160-
161-
```bash
162-
carthage update
163-
```
164-
165-
Drag `EKNetwork.framework` from `Carthage/Build` into your Xcode project.
166-
167-
**Note:** Carthage support requires a shared scheme. If you need Carthage support, please open an issue.
168-
169129
### Manual Installation
170130

171131
1. Clone the repository:

0 commit comments

Comments
 (0)