vn-verdnaturachat/ios/Pods/Local Podspecs/EXKeepAwake.podspec.json

24 lines
770 B
JSON
Raw Normal View History

{
"name": "EXKeepAwake",
"version": "8.2.1",
"summary": "Provides a React component that prevents the screen sleeping when rendered. It also exposes static methods to control the behavior imperatively.",
"description": "Provides a React component that prevents the screen sleeping when rendered. It also exposes static methods to control the behavior imperatively.",
"license": "MIT",
"authors": "650 Industries, Inc.",
"homepage": "https://docs.expo.io/versions/latest/sdk/keep-awake/",
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/expo/expo.git"
},
"source_files": "EXKeepAwake/**/*.{h,m}",
"preserve_paths": "EXKeepAwake/**/*.{h,m}",
"requires_arc": true,
"dependencies": {
"UMCore": [
]
}
}