[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 8 / 1 / d / LocoKit / 7.0.0 / LocoKit.podspec.json
blob9c28f05e9ad3f2cfe52eb90a933a423c2318b5f5
2   "name": "LocoKit",
3   "version": "7.0.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": "7.0.0"
16   },
17   "frameworks": [
18     "CoreLocation",
19     "CoreMotion"
20   ],
21   "swift_versions": "4.2",
22   "platforms": {
23     "ios": "10.0"
24   },
25   "default_subspecs": "Base",
26   "subspecs": [
27     {
28       "name": "Base",
29       "source_files": [
30         "LocoKit/Base/**/*",
31         "LocoKit/Timelines/**/*"
32       ],
33       "dependencies": {
34         "LocoKitCore": [
35           "7.0.0"
36         ],
37         "Upsurge": [
38           "~> 0.10"
39         ],
40         "GRDB.swift": [
41           "~> 4"
42         ]
43       }
44     }
45   ],
46   "swift_version": "4.2"