blob: a8933383e93414c86cabbaeec8711186b597655a [file] [log] [blame]
{
"name": "SwiftGpx",
"version": "0.1.0",
"summary": "SwiftGpx is a small library for reading GPX files.",
"description": "SwiftGpx helps with reading GPX files from file or string.",
"homepage": "https://github.com/anconaesselmann/SwiftGpx",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"anconaesselmann": "axel@anconaesselmann.com"
},
"source": {
"git": "https://github.com/anconaesselmann/SwiftGpx.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "SwiftGpx/Classes/**/*",
"dependencies": {
"AFDateHelper": [
"~> 4.2.2"
],
"XmlJson": [
"~> 0.1.2"
]
},
"pushed_with_swift_version": "4.0"
}