2020-06-26 20:22:56 +00:00
|
|
|
{
|
|
|
|
"name": "EXVideoThumbnails",
|
2020-07-20 16:35:17 +00:00
|
|
|
"version": "4.2.1",
|
2020-06-26 20:22:56 +00:00
|
|
|
"summary": "ExpoVideoThumbnails standalone module",
|
|
|
|
"description": "ExpoVideoThumbnails standalone module",
|
|
|
|
"license": "MIT",
|
|
|
|
"authors": "650 Industries, Inc.",
|
|
|
|
"homepage": "https://github.com/expo/expo/tree/master/packages/expo-video-thumbnails",
|
|
|
|
"platforms": {
|
|
|
|
"ios": "10.0"
|
|
|
|
},
|
|
|
|
"source": {
|
|
|
|
"git": "https://github.com/expo/expo.git"
|
|
|
|
},
|
|
|
|
"source_files": "EXVideoThumbnails/**/*.{h,m}",
|
|
|
|
"preserve_paths": "EXVideoThumbnails/**/*.{h,m}",
|
|
|
|
"requires_arc": true,
|
|
|
|
"dependencies": {
|
|
|
|
"UMCore": [
|
|
|
|
|
|
|
|
],
|
|
|
|
"UMFileSystemInterface": [
|
|
|
|
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|