blob: 2a608f164e045d1d5728471d3c4d8b9e101917a8 [file] [log] [blame]
{
"name": "TcxDataProtocol",
"version": "0.1.0",
"summary": "Encoding and Decoding of the TCX Data Format.",
"description": "Encoding and Decoding of the TCX Data Format for Fitness based applications.",
"homepage": "https://github.com/FitnessKit/TcxDataProtocol",
"documentation_url": "https://fitnesskit.github.io/TcxDataProtocol/",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Kevin A. Hoogheem": "kevin@hoogheem.net"
},
"source": {
"git": "https://github.com/FitnessKit/TcxDataProtocol.git",
"tag": "0.1.0"
},
"swift_version": "4.0",
"platforms": {
"ios": "10.0",
"osx": "10.12",
"tvos": "10.0",
"watchos": "3.0"
},
"source_files": "Sources/TcxDataProtocol/**/*",
"dependencies": {
"XMLCoder": [
">= 0.2.1"
]
}
}