blob: 9c28f05e9ad3f2cfe52eb90a933a423c2318b5f5 [file] [log] [blame]
{
"name": "LocoKit",
"version": "7.0.0",
"summary": "Location and activity recording framework",
"homepage": "https://www.bigpaua.com/locokit/",
"authors": {
"Matt Greenfield": "matt@bigpaua.com"
},
"license": {
"text": "Copyright 2018 Matt Greenfield. All rights reserved.",
"type": "Commercial"
},
"source": {
"git": "https://github.com/sobri909/LocoKit.git",
"tag": "7.0.0"
},
"frameworks": [
"CoreLocation",
"CoreMotion"
],
"swift_versions": "4.2",
"platforms": {
"ios": "10.0"
},
"default_subspecs": "Base",
"subspecs": [
{
"name": "Base",
"source_files": [
"LocoKit/Base/**/*",
"LocoKit/Timelines/**/*"
],
"dependencies": {
"LocoKitCore": [
"7.0.0"
],
"Upsurge": [
"~> 0.10"
],
"GRDB.swift": [
"~> 4"
]
}
}
],
"swift_version": "4.2"
}