2019-06-21 16:39:20 +00:00
|
|
|
{
|
|
|
|
"name": "EXConstants",
|
2019-08-07 13:51:34 +00:00
|
|
|
"version": "6.0.0",
|
2019-06-21 16:39:20 +00:00
|
|
|
"summary": "Provides system information that remains constant throughout the lifetime of your app.",
|
|
|
|
"description": "Provides system information that remains constant throughout the lifetime of your app.",
|
|
|
|
"license": "MIT",
|
|
|
|
"authors": "650 Industries, Inc.",
|
|
|
|
"homepage": "https://docs.expo.io/versions/latest/sdk/constants/",
|
|
|
|
"platforms": {
|
|
|
|
"ios": "10.0"
|
|
|
|
},
|
|
|
|
"source": {
|
|
|
|
"git": "https://github.com/expo/expo.git"
|
|
|
|
},
|
|
|
|
"source_files": "**/*.{h,m}",
|
|
|
|
"preserve_paths": "**/*.{h,m}",
|
|
|
|
"requires_arc": true,
|
|
|
|
"dependencies": {
|
|
|
|
"UMCore": [
|
|
|
|
|
|
|
|
],
|
|
|
|
"UMConstantsInterface": [
|
|
|
|
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|