[Add] ExpoFpCommon 4.8.3
[CocoaPods.git] / Specs / 6 / a / e / AntMessageProtocol / 0.3.0 / AntMessageProtocol.podspec.json
blobfa9c45a56e434025c3e1848ec7286bff5c0650de
2   "name": "AntMessageProtocol",
3   "version": "0.3.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": "0.3.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/AntMessageProtocol/**/*",
27   "dependencies": {
28     "DataDecoder": [
30     ],
31     "FitnessUnits": [
33     ]
34   }