24 lines
770 B
JSON
24 lines
770 B
JSON
|
{
|
||
|
"name": "EXKeepAwake",
|
||
|
"version": "8.1.0",
|
||
|
"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": [
|
||
|
|
||
|
]
|
||
|
}
|
||
|
}
|