blob: be594d4f439f470e800d0272ea62838ebf18ea35 [file] [log] [blame]
{
"name": "OrientationTracker",
"version": "1.1.0",
"summary": "Track orientation changes even when the device is orientation-locked",
"description": "OrientationTracker is a library for tracking device orientation changes even for devices with orientation-lock turned on. You can subscribe to orientation change notifications and react accordingly. Using the affineTransform property you can rotate the views to follow the orientation change.",
"homepage": "https://github.com/amerhukic/OrientationTracker",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Amer Hukić": "hukicamer@gmail.com"
},
"source": {
"git": "https://github.com/amerhukic/OrientationTracker.git",
"tag": "1.1.0"
},
"social_media_url": "https://twitter.com/hukicamer",
"platforms": {
"ios": "8.0"
},
"source_files": "OrientationTracker/Classes/**/*",
"frameworks": [
"UIKit",
"CoreMotion"
],
"swift_version": "5.0"
}