19 lines
477 B
JSON
19 lines
477 B
JSON
{
|
|
"name": "UMCore",
|
|
"version": "5.1.2",
|
|
"summary": "Universal modules core",
|
|
"description": "Universal modules core",
|
|
"license": "MIT",
|
|
"authors": "650 Industries, Inc.",
|
|
"homepage": "https://github.com/expo/expo/tree/master/packages/@unimodules/core",
|
|
"platforms": {
|
|
"ios": "10.0"
|
|
},
|
|
"source": {
|
|
"git": "https://github.com/expo/expo.git"
|
|
},
|
|
"source_files": "UMCore/**/*.{h,m}",
|
|
"preserve_paths": "UMCore/**/*.{h,m}",
|
|
"requires_arc": true
|
|
}
|