blob: 1d21fa1586b445b3fb11be0f67048d1bf1f74786 [file] [log] [blame]
{
"name": "RaceTracker",
"version": "0.3.2",
"summary": "RaceTracker is RocketJourney's Run Tracking Engine.",
"description": "RocketJourney's run tracking engine consists of a single state machine that keeps record of users location data in time. You might use this to build your own running application, track your users trajectory, or as a base to your own tracking engine.",
"homepage": "https://github.com/RocketJourney/RaceTracker",
"license": "MIT",
"authors": {
"Ernesto Cambuston": "e.cambuston@gmail.com"
},
"source": {
"git": "https://github.com/RocketJourney/RaceTracker.git",
"tag": "0.3.2"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Source/*.swift",
"frameworks": "CoreLocation"
}