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",
12 "tweetjay": "tweetjay2@gmail.com"
15 "git": "https://github.com/tweetjay/NmeaParser.git",
18 "social_media_url": "https://twitter.com/tweetjay2",
22 "source_files": "NmeaParser/Classes/**/*",
23 "frameworks": "CoreLocation",
24 "pushed_with_swift_version": "3.0"