[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / 6 / a / e / AntMessageProtocol / 1.0.0 / AntMessageProtocol.podspec.json
blob677184551129ec338b7ca1c1236433e610bec873
2   "name": "AntMessageProtocol",
3   "version": "1.0.0",
4   "summary": "Encoding and Decoding of the ANT Message Protocol.",
5   "description": "Encoding and Decoding of the ANT Message Protocol.  Provides codeing methods for ANT+.",
6   "homepage": "https://github.com/FitnessKit/AntMessageProtocol",
7   "documentation_url": "https://fitnesskit.github.io/AntMessageProtocol/",
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/AntMessageProtocol.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/AntMessageProtocol/**/*",
29   "dependencies": {
30     "DataDecoder": [
32     ],
33     "FitnessUnits": [
35     ]
36   }