[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / 6 / a / e / AntMessageProtocol / 0.2.3 / AntMessageProtocol.podspec.json
blob228b09eaaa053dd5c838a136e72dc6a179d9aa69
2   "name": "AntMessageProtocol",
3   "version": "0.2.3",
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": "0.2.3"
18   },
19   "platforms": {
20     "ios": "10.0",
21     "osx": "10.12",
22     "tvos": "10.0",
23     "watchos": "3.0"
24   },
25   "source_files": "Sources/AntMessageProtocol/**/*",
26   "dependencies": {
27     "DataDecoder": [
28       "~> 4.0.3"
29     ],
30     "FitnessUnits": [
31       "~> 2.0.0"
32     ]
33   }