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