blob: 064bdbe1bb8aca7f75230dcd7068b5fa602dc670 [file] [log] [blame]
{
"name": "AntMessageProtocol",
"version": "1.1.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": "kevin@hoogheem.net"
},
"source": {
"git": "https://github.com/FitnessKit/AntMessageProtocol.git",
"tag": "1.1.0"
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "5.1"
},
"swift_versions": "5.1",
"platforms": {
"ios": "10.0",
"osx": "10.12",
"tvos": "10.0",
"watchos": "3.0"
},
"source_files": "Sources/AntMessageProtocol/**/*",
"dependencies": {
"DataDecoder": [
],
"FitnessUnits": [
]
},
"swift_version": "5.1"
}