2020-06-26 20:22:56 +00:00
|
|
|
{
|
|
|
|
"name": "EXVideoThumbnails",
|
2021-02-01 17:18:55 +00:00
|
|
|
"version": "5.0.0",
|
2020-06-26 20:22:56 +00:00
|
|
|
"summary": "ExpoVideoThumbnails standalone module",
|
|
|
|
"description": "ExpoVideoThumbnails standalone module",
|
|
|
|
"license": "MIT",
|
|
|
|
"authors": "650 Industries, Inc.",
|
2021-02-01 17:18:55 +00:00
|
|
|
"homepage": "https://docs.expo.io/versions/latest/sdk/video-thumbnails/",
|
2020-06-26 20:22:56 +00:00
|
|
|
"platforms": {
|
2021-02-01 17:18:55 +00:00
|
|
|
"ios": "11.0"
|
2020-06-26 20:22:56 +00:00
|
|
|
},
|
|
|
|
"source": {
|
|
|
|
"git": "https://github.com/expo/expo.git"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"UMCore": [
|
|
|
|
|
|
|
|
],
|
|
|
|
"UMFileSystemInterface": [
|
|
|
|
|
|
|
|
]
|
2021-02-01 17:18:55 +00:00
|
|
|
},
|
|
|
|
"source_files": "EXVideoThumbnails/**/*.{h,m}"
|
2020-06-26 20:22:56 +00:00
|
|
|
}
|