[Add] RapidKitFoundation_MacOS 2024.1230.1857.641
[CocoaPods.git] / Specs / a / d / 6 / TcxDataProtocol / 1.0.2 / TcxDataProtocol.podspec.json
blob6a6e1de049df1cf2ae98a761ec2e04fb88361552
2   "name": "TcxDataProtocol",
3   "version": "1.0.2",
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": "1.0.2"
18   },
19   "pod_target_xcconfig": {
20     "SWIFT_VERSION": "5.0"
21   },
22   "swift_versions": "5.0",
23   "platforms": {
24     "ios": "10.0",
25     "osx": "10.12",
26     "tvos": "10.0",
27     "watchos": "3.0"
28   },
29   "source_files": "Sources/TcxDataProtocol/**/*",
30   "dependencies": {
31     "XMLCoder": [
32       ">= 0.8.0"
33     ]
34   },
35   "swift_version": "5.0"