25 lines
543 B
JSON
25 lines
543 B
JSON
{
|
|
"name": "EXVideoThumbnails",
|
|
"version": "5.0.0",
|
|
"summary": "ExpoVideoThumbnails standalone module",
|
|
"description": "ExpoVideoThumbnails standalone module",
|
|
"license": "MIT",
|
|
"authors": "650 Industries, Inc.",
|
|
"homepage": "https://docs.expo.io/versions/latest/sdk/video-thumbnails/",
|
|
"platforms": {
|
|
"ios": "11.0"
|
|
},
|
|
"source": {
|
|
"git": "https://github.com/expo/expo.git"
|
|
},
|
|
"dependencies": {
|
|
"UMCore": [
|
|
|
|
],
|
|
"UMFileSystemInterface": [
|
|
|
|
]
|
|
},
|
|
"source_files": "EXVideoThumbnails/**/*.{h,m}"
|
|
}
|