2019-03-12 16:23:06 +00:00
|
|
|
{
|
|
|
|
"name": "react-native-orientation-locker",
|
2019-04-30 21:56:41 +00:00
|
|
|
"version": "1.1.5",
|
2019-03-12 16:23:06 +00:00
|
|
|
"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",
|
2019-04-30 21:56:41 +00:00
|
|
|
"tag": "v1.1.5"
|
2019-03-12 16:23:06 +00:00
|
|
|
},
|
|
|
|
"requires_arc": true,
|
|
|
|
"platforms": {
|
|
|
|
"ios": "8.0"
|
|
|
|
},
|
|
|
|
"preserve_paths": [
|
|
|
|
"README.md",
|
|
|
|
"package.json",
|
|
|
|
"index.js"
|
|
|
|
],
|
|
|
|
"source_files": "iOS/**/*.{h,m}",
|
|
|
|
"dependencies": {
|
|
|
|
"React": [
|
|
|
|
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|