blob: 676cf0872a1498e1f33e4d897f7e7004712d5a86 [file] [log] [blame]
{
"name": "LocoKit",
"version": "5.1.1",
"summary": "Location and activity recording framework",
"homepage": "https://www.bigpaua.com/arckit/",
"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": "5.1.1"
},
"frameworks": [
"CoreLocation",
"CoreMotion"
],
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.1"
},
"platforms": {
"ios": "10.0"
},
"default_subspecs": "Base",
"subspecs": [
{
"name": "Base",
"source_files": "LocoKit/Base/**/*",
"dependencies": {
"LocoKitCore": [
"5.1.1"
],
"ReachabilitySwift": [
"~> 4.1"
],
"Upsurge": [
"~> 0.10"
]
}
},
{
"name": "LocalStore",
"source_files": "LocoKit/LocalStore/**/*",
"dependencies": {
"LocoKit/Base": [
],
"GRDB.swift": [
"~> 2.10"
]
}
}
]
}