blob: 20ea4dbd619928129d83c7c50dcecdea44a962e1 [file] [log] [blame]
{
"name": "OrientationTracker",
"version": "1.0.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.0.0"
},
"social_media_url": "https://twitter.com/hukicamer",
"platforms": {
"ios": "8.0"
},
"source_files": "OrientationTracker/Classes/**/*",
"frameworks": [
"UIKit",
"CoreMotion"
],
"swift_version": "4.2"
}