[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / b / 3 / 0 / ArcKit / 5.0.0.pre.5 / ArcKit.podspec.json
blob8519abb4bc718643a993ff05ec44d9979460ca1f
2   "name": "ArcKit",
3   "version": "5.0.0.pre.5",
4   "summary": "Location and activity recording framework",
5   "homepage": "https://arc-web.herokuapp.com",
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/ArcKit.git",
15     "tag": "5.0.0.pre.5"
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": "ArcKit/Base/**/*",
32       "dependencies": {
33         "ArcKitCore": [
34           "5.0.0.pre.2"
35         ],
36         "ReachabilitySwift": [
37           "~> 4.1"
38         ],
39         "Upsurge": [
40           "~> 0.10"
41         ]
42       }
43     },
44     {
45       "name": "LocalStore",
46       "source_files": "ArcKit/LocalStore/**/*",
47       "dependencies": {
48         "ArcKit/Base": [
50         ],
51         "GRDB.swift": [
52           "~> 2.8"
53         ]
54       }
55     }
56   ]