blob: 4042f1ad7215e1b5b444b007d9ee6f1ccb74f8fa [file] [log] [blame]
{
"name": "NmeaParser",
"version": "0.1.0",
"summary": "This is a simple NMEA parser.",
"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.",
"homepage": "https://github.com/tweetjay/NmeaParser",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"tweetjay": "tweetjay2@gmail.com"
},
"source": {
"git": "https://github.com/tweetjay/NmeaParser.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/tweetjay2",
"platforms": {
"ios": "8.0"
},
"source_files": "NmeaParser/Classes/**/*",
"frameworks": "CoreLocation",
"pushed_with_swift_version": "3.0"
}