blob: c697ef8ae7819b62d245d8bfeecc78a0c7629634 [file] [log] [blame]
{
"name": "TrackKit",
"version": "2.4.1",
"summary": "Parse a log file into a readable format with Swift.",
"description": "This pod makes it possible to parse a GPX/LOC/NMEA/TCX file to a format that can\nbe easily used in your code.",
"homepage": "https://github.com/fousa/trackkit",
"license": "MIT",
"authors": {
"Jelle Vandebeeck": "jelle@fousa.be"
},
"source": {
"git": "https://github.com/fousa/trackkit.git",
"tag": "2.4.1"
},
"social_media_url": "https://twitter.com/fousa",
"platforms": {
"ios": "9.0",
"osx": "10.11",
"tvos": "9.0",
"watchos": "2.0"
},
"requires_arc": true,
"source_files": "Sources/**/*",
"dependencies": {
"AEXML": [
"~> 4.3"
]
}
}