blob: 93eb98997fdfa4a41e5e29f5094096c796ecf0dc [file] [log] [blame]
{
"name": "RaceTracker",
"version": "0.1.1",
"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.1.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Source/*.swift",
"frameworks": "CoreLocation"
}