{
  "name": "react-native-orientation-locker",
  "version": "1.1.6",
  "summary": "A react-native module that can listen on orientation changing of device",
  "description": "A react-native module that can listen on orientation changing of device, get current orientation, lock to preferred orientation.",
  "authors": "Wonday",
  "license": "MIT",
  "homepage": "https://github.com/wonday/react-native-orientation-locker",
  "source": {
    "git": "https://github.com/wonday/react-native-orientation-locker.git",
    "tag": "v1.1.6"
  },
  "requires_arc": true,
  "platforms": {
    "ios": "8.0"
  },
  "preserve_paths": [
    "README.md",
    "package.json",
    "index.js"
  ],
  "source_files": "iOS/**/*.{h,m}",
  "dependencies": {
    "React": [

    ]
  }
}