Skip to content

Commit

Permalink
Remove Cocoapods support
Browse files Browse the repository at this point in the history
  • Loading branch information
AvdLee committed Nov 1, 2021
1 parent 8937ae3 commit ab13bb5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 44 deletions.
18 changes: 0 additions & 18 deletions Diagnostics.podspec

This file was deleted.

26 changes: 0 additions & 26 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -255,32 +255,6 @@ let package = Package(

To add Diagnostics as a [dependency](https://developer.apple.com/documentation/xcode/adding_package_dependencies_to_your_app) to your Xcode project, select *File > Swift Packages > Add Package Dependency* and enter the repository URL: `https://github.com/WeTransfer/Diagnostics.git`.

### CocoaPods

[CocoaPods](http://cocoapods.org) is a dependency manager for Cocoa projects. You can install it with the following command:

```bash
$ gem install cocoapods
```

To integrate Diagnostics into your Xcode project using CocoaPods, specify it in your `Podfile`:

```ruby
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '10.0'
use_frameworks!

target '<Your Target Name>' do
pod 'Diagnostics', '~> 1.0.0'
end
```

Then, run the following command:

```bash
$ pod install
```

### Carthage

[Carthage](https://github.com/Carthage/Carthage) is a decentralized dependency manager that builds your dependencies and provides you with binary frameworks.
Expand Down

0 comments on commit ab13bb5

Please sign in to comment.