30 lines
632 B
JSON
30 lines
632 B
JSON
{
|
|
"name": "EXAV",
|
|
"version": "8.2.1",
|
|
"summary": "Expo universal module for Audio and Video playback",
|
|
"description": "Expo universal module for Audio and Video playback",
|
|
"license": "MIT",
|
|
"authors": "650 Industries, Inc.",
|
|
"homepage": "https://docs.expo.io/versions/latest/sdk/av/",
|
|
"platforms": {
|
|
"ios": "10.0"
|
|
},
|
|
"source": {
|
|
"git": "https://github.com/expo/expo.git"
|
|
},
|
|
"source_files": "EXAV/**/*.{h,m}",
|
|
"preserve_paths": "EXAV/**/*.{h,m}",
|
|
"requires_arc": true,
|
|
"dependencies": {
|
|
"UMCore": [
|
|
|
|
],
|
|
"UMPermissionsInterface": [
|
|
|
|
],
|
|
"UMFileSystemInterface": [
|
|
|
|
]
|
|
}
|
|
}
|