[Add] Shakuro.BroadcastAsyncStream 1.0.2
[CocoaPods.git] / Specs / b / 9 / a / NmeaParser / 0.1.0 / NmeaParser.podspec.json
blob4042f1ad7215e1b5b444b007d9ee6f1ccb74f8fa
2   "name": "NmeaParser",
3   "version": "0.1.0",
4   "summary": "This is a simple NMEA parser.",
5   "description": "This parser is a simple NMEA parser, which currently only supports the NMEA type RMC. It can be used to get the location\ndata from an NMEA string. Assuming the string will look like this:\n\"$GPRMC,031849.49,A,5209.028,N,00955.836,E,,,310517,,E*7D\"\n\nthe NmeaParser will return an CLLocation object that contains the course, longitude and latitude.",
6   "homepage": "https://github.com/tweetjay/NmeaParser",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "tweetjay": "tweetjay2@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/tweetjay/NmeaParser.git",
16     "tag": "0.1.0"
17   },
18   "social_media_url": "https://twitter.com/tweetjay2",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "NmeaParser/Classes/**/*",
23   "frameworks": "CoreLocation",
24   "pushed_with_swift_version": "3.0"