2019-06-21 16:39:20 +00:00
|
|
|
{
|
|
|
|
"name": "UMImageLoaderInterface",
|
2019-08-07 13:51:34 +00:00
|
|
|
"version": "3.0.0",
|
2019-06-21 16:39:20 +00:00
|
|
|
"summary": "Interface for ImageLoader",
|
|
|
|
"description": "Interface for ImageLoader",
|
|
|
|
"license": "MIT",
|
|
|
|
"authors": "650 Industries, Inc.",
|
|
|
|
"homepage": "https://github.com/expo/expo/tree/master/packages/unimodules-image-loader-interface",
|
|
|
|
"platforms": {
|
|
|
|
"ios": "10.0"
|
|
|
|
},
|
|
|
|
"source": {
|
|
|
|
"git": "https://github.com/expo/expo.git"
|
|
|
|
},
|
|
|
|
"source_files": "UMImageLoaderInterface/**/*.{h,m}",
|
|
|
|
"preserve_paths": "UMImageLoaderInterface/**/*.{h,m}",
|
|
|
|
"requires_arc": true
|
|
|
|
}
|