Skip to content

Commit

Permalink
Preparation for Beta 5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
JimmyMAndersson committed Jan 23, 2022
1 parent 0476a03 commit 2bbab9c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 28 deletions.
13 changes: 1 addition & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
<p align="center">
<img src="https://img.shields.io/badge/swift-5.5-blueviolet.svg" />
<img src="https://img.shields.io/badge/swift pm-compatible-blueviolet.svg?style=flat" alt="Swift PM Compatible" />
<img src="https://img.shields.io/badge/cocoapods-compatible-blueviolet.svg?style=flat" alt="Cocoapods Compatible" />
</p>

***
Expand Down Expand Up @@ -128,7 +127,7 @@ To install StatKit using the [Swift Package Manager](https://swift.org/package-m
let package = Package(
...
dependencies: [
.package(url: "https://github.com/JimmyMAndersson/StatKit.git", from: "0.4.0")
.package(url: "https://github.com/JimmyMAndersson/StatKit.git", from: "0.5.0")
],
...
)
Expand All @@ -139,16 +138,6 @@ Then import StatKit where you would like to use it:
```swift
import StatKit
```
### Cocoapods

To install StatKit using [Cocoapods](https://cocoapods.org/), simply add `pod 'StatKit'` to your Podfile. To use a specific version, check out the [Podfile reference](https://guides.cocoapods.org/using/the-podfile.html) for the appropriate syntax.

```ruby
target 'MyApp' do
use_frameworks!
pod 'StatKit'
end
```

## Contributions and support

Expand Down
16 changes: 0 additions & 16 deletions StatKit.podspec

This file was deleted.

0 comments on commit 2bbab9c

Please sign in to comment.