blob: 96b151a82d285058611b43164c210b2759cdb7e7 [file] [log] [blame]
{
"name": "RHBOrientationObjC",
"version": "0.2",
"summary": "Estimating device orientation based on accelerometer data with \"orientation snapping\". Great for camera and photo apps.",
"description": "RHBOrientation is an easy to use and customizable library for estimating device orientation based on accelerometer data. Written in Objective-C. Orientation detection uses PROPERLY designed \"orientation snapping\" algorithm with customizable z-axis and orientation snapping treshold value.",
"homepage": "https://github.com/sisoje/RHBOrientationObjC",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Lazar Otasevic": "redhotbits@gmail.com"
},
"source": {
"git": "https://github.com/sisoje/RHBOrientationObjC.git",
"tag": "0.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "RHBOrientationObjC/Classes/**/*",
"frameworks": [
"UIKit",
"CoreMotion",
"AVFoundation"
]
}