https://github.com/fitnesskit/antmessageprotocol
Swift Implementation of the ANT Message Protocol
https://github.com/fitnesskit/antmessageprotocol
ant swift swift-package-manager swift4
Last synced: 15 days ago
JSON representation
Swift Implementation of the ANT Message Protocol
- Host: GitHub
- URL: https://github.com/fitnesskit/antmessageprotocol
- Owner: FitnessKit
- License: mit
- Created: 2018-02-03T20:11:00.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-09-30T20:03:32.000Z (over 1 year ago)
- Last Synced: 2025-04-13T14:08:17.777Z (15 days ago)
- Topics: ant, swift, swift-package-manager, swift4
- Language: Swift
- Homepage: https://fitnesskit.github.io/AntMessageProtocol
- Size: 1.19 MB
- Stars: 9
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AntMessageProtocol
[](https://developer.apple.com/swift)
[](http://cocoapods.org/pods/AntMessageProtocol)
[](http://cocoapods.org/pods/AntMessageProtocol)
[](http://cocoapods.org/pods/AntMessageProtocol)Swift Version of the ANT Message Protocol.
## Installation
CocoaPods. To install it, simply add the following line to your Podfile:
```ruby
pod 'AntMessageProtocol'
```Swift Package Manager:
```swift
dependencies: [
.Package(url: "https://github.com/FitnessKit/AntMessageProtocol", from: "1.1.1")
]
```## How to Use
## Author
This package is developed and maintained by Kevin A. Hoogheem
## License
FitDataProtocol is available under the [MIT license](http://opensource.org/licenses/MIT)