[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / b / d / a / XestiMonitors / 2.6.0 / XestiMonitors.podspec.json
blob1ea981014f6a9682bdd232c9d7dd4cadf9d818e8
2   "name": "XestiMonitors",
3   "version": "2.6.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.6.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       "CoreMotion",
29       "Foundation",
30       "SystemConfiguration",
31       "UIKit"
32     ]
33   },
34   "osx": {
35     "frameworks": [
36       "Foundation",
37       "SystemConfiguration"
38     ]
39   },
40   "tvos": {
41     "frameworks": [
42       "Foundation",
43       "SystemConfiguration",
44       "UIKit"
45     ]
46   },
47   "watchos": {
48     "frameworks": [
49       "CoreMotion",
50       "Foundation"
51     ]
52   },
53   "default_subspecs": "Core",
54   "subspecs": [
55     {
56       "name": "Core",
57       "source_files": "Sources/**/*.swift"
58     }
59   ]