vn-verdnaturachat/ios/Pods/Local Podspecs/EXAV.podspec.json

30 lines
632 B
JSON

{
"name": "EXAV",
"version": "8.1.0",
"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": [
]
}
}