[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / b / d / a / XestiMonitors / 2.8.0 / XestiMonitors.podspec.json
blob8a706fb92fa8ac7fa76a87cbfca9671fef8282be
2   "name": "XestiMonitors",
3   "version": "2.8.0",
4   "swift_version": "4.0",
5   "authors": {
6     "J. G. Pusey": "ebardx@gmail.com"
7   },
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE.md"
11   },
12   "homepage": "https://github.com/eBardX/XestiMonitors",
13   "source": {
14     "git": "https://github.com/eBardX/XestiMonitors.git",
15     "tag": "v2.8.0"
16   },
17   "summary": "An extensible monitoring framework written in Swift.",
18   "documentation_url": "https://ebardx.github.io/XestiMonitors/",
19   "platforms": {
20     "ios": "9.0",
21     "osx": "10.10",
22     "tvos": "9.0",
23     "watchos": "2.0"
24   },
25   "requires_arc": true,
26   "ios": {
27     "frameworks": [
28       "CoreLocation",
29       "CoreMotion",
30       "Foundation",
31       "SystemConfiguration",
32       "UIKit"
33     ]
34   },
35   "osx": {
36     "frameworks": [
37       "CoreLocation",
38       "Foundation",
39       "SystemConfiguration"
40     ]
41   },
42   "tvos": {
43     "frameworks": [
44       "CoreLocation",
45       "Foundation",
46       "SystemConfiguration",
47       "UIKit"
48     ]
49   },
50   "watchos": {
51     "frameworks": [
52       "CoreLocation",
53       "CoreMotion",
54       "Foundation"
55     ]
56   },
57   "default_subspecs": "Core",
58   "subspecs": [
59     {
60       "name": "Core",
61       "source_files": "Sources/**/*.swift"
62     }
63   ]