blob: 7122f543b74750d57ea8d0bf59ed9edcc93caa39 [file] [log] [blame]
{
"name": "XestiMonitors",
"version": "2.10.0",
"swift_version": "4.0",
"authors": {
"J. G. Pusey": "ebardx@gmail.com"
},
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"homepage": "https://github.com/eBardX/XestiMonitors",
"source": {
"git": "https://github.com/eBardX/XestiMonitors.git",
"tag": "v2.10.0"
},
"summary": "An extensible monitoring framework written in Swift.",
"documentation_url": "https://ebardx.github.io/XestiMonitors/",
"platforms": {
"ios": "9.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"requires_arc": true,
"ios": {
"frameworks": [
"CoreLocation",
"CoreMotion",
"Foundation",
"SystemConfiguration",
"UIKit"
]
},
"osx": {
"frameworks": [
"CoreLocation",
"Foundation",
"SystemConfiguration"
]
},
"tvos": {
"frameworks": [
"CoreLocation",
"Foundation",
"SystemConfiguration",
"UIKit"
]
},
"watchos": {
"frameworks": [
"CoreLocation",
"CoreMotion",
"Foundation"
]
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "Sources/**/*.swift"
}
]
}