Latest | 1.0.0 |
---|---|
Homepage | https://github.com/FitnessKit/AntMessageProtocol |
License | MIT |
Platforms | ios 10.0, osx 10.12, tvos 10.0, watchos 3.0 |
Dependencies | DataDecoder, FitnessUnits |
Authors |
Swift Version of the ANT Message Protocol.
Installation
CocoaPods. To install it, simply add the following line to your Podfile:
pod 'AntMessageProtocol'
Swift Package Manager:
dependencies: [
.Package(url: "https://github.com/FitnessKit/AntMessageProtocol", from: "1.0.0")
]
Swift4
dependencies: [
.package(url: "https://github.com/FitnessKit/AntMessageProtocol", .branch("swift42")),
]
How to Use
Author
This package is developed and maintained by Kevin A. Hoogheem
License
FitDataProtocol is available under the MIT license
Latest podspec
{ "name": "AntMessageProtocol", "version": "1.0.0", "summary": "Encoding and Decoding of the ANT Message Protocol.", "description": "Encoding and Decoding of the ANT Message Protocol. Provides codeing methods for ANT+.", "homepage": "https://github.com/FitnessKit/AntMessageProtocol", "documentation_url": "https://fitnesskit.github.io/AntMessageProtocol/", "license": { "type": "MIT", "file": "LICENSE" }, "authors": { "Kevin A. Hoogheem": "[email protected]" }, "source": { "git": "https://github.com/FitnessKit/AntMessageProtocol.git", "tag": "1.0.0" }, "pod_target_xcconfig": { "SWIFT_VERSION": "5.0" }, "platforms": { "ios": "10.0", "osx": "10.12", "tvos": "10.0", "watchos": "3.0" }, "source_files": "Sources/AntMessageProtocol/**/*", "dependencies": { "DataDecoder": [], "FitnessUnits": [] } }
Fri, 03 May 2019 10:43:36 +0000