[Add] FLYIKit 0.5.8
[CocoaPods.git] / Specs / 8 / 1 / d / LocoKit / 5.2.0 / LocoKit.podspec.json
blobb18000b65641ec01febad1338c0a8e351056db03
2   "name": "LocoKit",
3   "version": "5.2.0",
4   "summary": "Location and activity recording framework",
5   "homepage": "https://www.bigpaua.com/locokit/",
6   "authors": {
7     "Matt Greenfield": "matt@bigpaua.com"
8   },
9   "license": {
10     "text": "Copyright 2018 Matt Greenfield. All rights reserved.",
11     "type": "Commercial"
12   },
13   "source": {
14     "git": "https://github.com/sobri909/LocoKit.git",
15     "tag": "5.2.0"
16   },
17   "frameworks": [
18     "CoreLocation",
19     "CoreMotion"
20   ],
21   "pod_target_xcconfig": {
22     "SWIFT_VERSION": "4.1"
23   },
24   "platforms": {
25     "ios": "10.0"
26   },
27   "default_subspecs": "Base",
28   "subspecs": [
29     {
30       "name": "Base",
31       "source_files": "LocoKit/Base/**/*",
32       "dependencies": {
33         "LocoKitCore": [
34           "5.2.0"
35         ],
36         "Upsurge": [
37           "~> 0.10"
38         ]
39       }
40     },
41     {
42       "name": "LocalStore",
43       "source_files": "LocoKit/LocalStore/**/*",
44       "dependencies": {
45         "LocoKit/Base": [
47         ],
48         "GRDB.swift": [
49           "~> 2.10"
50         ]
51       }
52     }
53   ]