[Add] CloudwiseMAgent 2.8.0
[CocoaPods.git] / Specs / a / d / 6 / TcxDataProtocol / 0.2.0 / TcxDataProtocol.podspec.json
bloba0f6ab7662d5c8a215c887805140b37285abf8ee
2   "name": "TcxDataProtocol",
3   "version": "0.2.0",
4   "summary": "Encoding and Decoding of the TCX Data Format.",
5   "description": "Encoding and Decoding of the TCX Data Format for Fitness based applications.",
6   "homepage": "https://github.com/FitnessKit/TcxDataProtocol",
7   "documentation_url": "https://fitnesskit.github.io/TcxDataProtocol/",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Kevin A. Hoogheem": "kevin@hoogheem.net"
14   },
15   "source": {
16     "git": "https://github.com/FitnessKit/TcxDataProtocol.git",
17     "tag": "0.2.0"
18   },
19   "swift_version": "4.0",
20   "platforms": {
21     "ios": "10.0",
22     "osx": "10.12",
23     "tvos": "10.0",
24     "watchos": "3.0"
25   },
26   "source_files": "Sources/TcxDataProtocol/**/*",
27   "dependencies": {
28     "XMLCoder": [
29       ">= 0.2.1"
30     ]
31   }