blob: 935dc0208ce701c8b8c29f746a0058c828dbb2eb [file] [log] [blame]
{
"name": "CJMPhoneRotationManager",
"version": "0.1.1",
"summary": "UIDevice extension to rotate the phone when upright using the vibration motor.",
"homepage": "https://github.com/chrismaddern/CJMPhoneRotationManager",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Chris Maddern": "chris@venmo.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/chrismaddern/CJMPhoneRotationManager.git",
"tag": "v0.1.1"
},
"source_files": "CJMPhoneRotationManager/**/*.{h,m}",
"compiler_flags": "-ObjC",
"requires_arc": true,
"dependencies": {
"RNTimer": [
]
},
"frameworks": [
"AudioToolbox",
"CoreLocation"
]
}