blob: 5a432116b14f4e8355426936714bc8790109aea2 [file] [log] [blame]
{
"name": "AntMessageProtocol",
"version": "0.1.1",
"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": "kevin@hoogheem.net"
},
"source": {
"git": "https://github.com/FitnessKit/AntMessageProtocol.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "10.0",
"osx": "10.12",
"tvos": "10.0",
"watchos": "3.0"
},
"source_files": "Sources/AntMessageProtocol/**/*",
"dependencies": {
"DataDecoder": [
"~> 4.0.3"
],
"FitnessUnits": [
"~> 1.2.0"
]
},
"pushed_with_swift_version": "4.0"
}