blob: 9589cdc78e9a0f923d6afc53fc9bea3864e9af9f [file] [log] [blame]
{
"name": "RHBOrientationObjC",
"version": "0.1.1",
"summary": "Estiamting device orientation based on accelerometer data.",
"description": "Easy to use library for estimating device orientation based on accelerometer data.",
"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.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "RHBOrientationObjC/Classes/**/*",
"frameworks": [
"UIKit",
"CoreMotion"
]
}