[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / f / 2 / 8 / FitDataProtocol / 1.0.0 / FitDataProtocol.podspec.json
blob79ff40b00f3db9563b805de5098e4bc8aae389ab
2   "name": "FitDataProtocol",
3   "version": "1.0.0",
4   "summary": "Garmin Flexible and Interoperable Data Transfer Protocol.",
5   "description": "Swift version of the Garmin Flexible and Interoperable Data Transfer Protocol.",
6   "homepage": "https://github.com/FitnessKit/FitDataProtocol",
7   "documentation_url": "https://fitnesskit.github.io/FitDataProtocol/",
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/FitDataProtocol.git",
17     "tag": "1.0.0"
18   },
19   "pod_target_xcconfig": {
20     "SWIFT_VERSION": "5.0"
21   },
22   "platforms": {
23     "ios": "10.0",
24     "osx": "10.12",
25     "tvos": "10.0",
26     "watchos": "3.0"
27   },
28   "source_files": "Sources/FitDataProtocol/**/*",
29   "dependencies": {
30     "DataDecoder": [
31       ">= 5.0.0"
32     ],
33     "FitnessUnits": [
34       ">= 3.0.0"
35     ],
36     "AntMessageProtocol": [
37       ">= 1.0.0"
38     ]
39   }