blob: be2da784c708d3c60c8c8247b7aaeb1ef7521504 [file] [log] [blame]
{
"name": "CoreGPX",
"version": "0.8.0",
"summary": "A library for reading and creation of GPX location log files.",
"description": "CoreGPX creates and parses GPX files with ease, written in Swift, supports iOS, macOS and watchOS. Replaces iOS-GPX-Framework.",
"homepage": "https://github.com/vincentneo/CoreGPX",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"vincentneo": "23420208+vincentneo@users.noreply.github.com"
},
"source": {
"git": "https://github.com/vincentneo/CoreGPX.git",
"tag": "0.8.0"
},
"social_media_url": "https://twitter.com/ivincentneo",
"swift_versions": [
"4.2",
"5.0"
],
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0"
},
"source_files": "Classes",
"swift_version": "5.0"
}