blob: f0a87a886d2f66e66c93477adcd7e3febb4ed2b7 [file] [log] [blame]
{
"name": "orientation-observer",
"module_name": "OrientationObserver",
"version": "0.1.0",
"license": "MIT",
"authors": {
"incetro": "incetro@ya.ru"
},
"homepage": "https://github.com/Incetro/orientation-observer.git",
"summary": "Device orientation observer which works even for devices with orientation-lock turned on",
"platforms": {
"ios": "12.0"
},
"swift_versions": "5.0",
"source": {
"git": "https://github.com/Incetro/orientation-observer.git",
"tag": "0.1.0"
},
"source_files": "Sources/OrientationObserver/**/*.{h,swift}",
"swift_version": "5.0"
}