19 lines
529 B
JSON
19 lines
529 B
JSON
{
|
|||
"name": "UMAppLoader",
|
|||
"version": "1.0.2",
|
|||
"summary": "App loader for background applications",
|
|||
"description": "App loader for background applications",
|
|||
"license": "MIT",
|
|||
"authors": "650 Industries, Inc.",
|
|||
"homepage": "https://github.com/expo/expo/tree/master/packages/unimodules-app-loader",
|
|||
"platforms": {
|
|||
"ios": "10.0"
|
|||
},
|
|||
"source": {
|
|||
"git": "https://github.com/expo/expo.git"
|
|||
},
|
|||
"source_files": "UMAppLoader/**/*.{h,m}",
|
|||
"preserve_paths": "UMAppLoader/**/*.{h,m}",
|
|||
"requires_arc": true
|
|||
}
|