[Add] PrimerSDK 2.33.1
[CocoaPods.git] / Specs / 8 / 1 / d / LocoKit / 5.0.0 / LocoKit.podspec.json
blobd869c3c7fe0735e8b03b1f7aff6e7d49743eff34
2   "name": "LocoKit",
3   "version": "5.0.0",
4   "summary": "Location and activity recording framework",
5   "homepage": "https://www.bigpaua.com/arckit/",
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.0.0"
16   },
17   "frameworks": [
18     "CoreLocation",
19     "CoreMotion"
20   ],
21   "pod_target_xcconfig": {
22     "SWIFT_VERSION": "4.0"
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.0.0"
35         ],
36         "ReachabilitySwift": [
37           "~> 4.1"
38         ],
39         "Upsurge": [
40           "~> 0.10"
41         ]
42       }
43     },
44     {
45       "name": "LocalStore",
46       "source_files": "LocoKit/LocalStore/**/*",
47       "dependencies": {
48         "LocoKit/Base": [
50         ],
51         "GRDB.swift": [
52           "~> 2.8"
53         ]
54       }
55     }
56   ]