blob: e5c670f21fbf977f13cf04c2422a16b8402d324e [file] [log] [blame]
{
"name": "RHBOrientationObjC",
"version": "0.1.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.1.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "RHBOrientationObjC/Classes/**/*",
"frameworks": [
"UIKit",
"CoreMotion"
]
}