Skip to content

Commit

Permalink
Merge pull request #4 from FitnessKit/supSport
Browse files Browse the repository at this point in the history
Sup sport
  • Loading branch information
khoogheem authored Sep 30, 2023
2 parents eb9dac1 + ffe9dbc commit 4f271f5
Show file tree
Hide file tree
Showing 4 changed files with 251 additions and 182 deletions.
2 changes: 1 addition & 1 deletion AntMessageProtocol.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'AntMessageProtocol'
s.version = '1.1.0'
s.version = '1.1.1'
s.summary = 'Encoding and Decoding of the ANT Message Protocol.'


Expand Down
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,10 @@ Swift Version of the ANT Message Protocol.
Swift Package Manager:
```swift
dependencies: [
.Package(url: "https://github.com/FitnessKit/AntMessageProtocol", from: "1.1.0")
.Package(url: "https://github.com/FitnessKit/AntMessageProtocol", from: "1.1.1")
]
```

Swift4
```swift
dependencies: [
.package(url: "https://github.com/FitnessKit/AntMessageProtocol", .branch("swift42")),
]
```

## How to Use

Expand Down
Loading

0 comments on commit 4f271f5

Please sign in to comment.