Skip to content

Commit

Permalink
Add library.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
MaJerle committed Nov 25, 2021
1 parent 58b49aa commit 4e8993b
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions library.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "LwGPS",
"version": "2.1.0",
"description": "Lightweight GPS NMEA statement parser for embedded systems",
"keywords": "lwgps, global, position, satellite, glonass, gps, altitude, embedded, platform, independent",
"repository": {
"type": "git",
"url": "https://github.com/MaJerle/lwgps.git"
},
"authors": [
{
"name": "Tilen Majerle",
"email": "tilen@majerle.eu",
"url": "https://majerle.eu"
}
],
"license": "MIT",
"homepage": "https://github.com/MaJerle/lwgps",
"dependencies": {

},
"frameworks": "*",
"platforms": "*"
}

0 comments on commit 4e8993b

Please sign in to comment.