vn-verdnaturachat/ios/Pods/Local Podspecs/react-native-orientation-lo...

29 lines
765 B
JSON
Raw Normal View History

2019-03-12 16:23:06 +00:00
{
"name": "react-native-orientation-locker",
"version": "1.1.6",
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",
"tag": "v1.1.6"
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": [
]
}
}