react-native-awesome-image
Version:
An image component for react-native with persistent disk and memory caching
34 lines (31 loc) • 745 B
JSON
{
"name": "react-native-awesome-image",
"version": "0.0.6",
"homepage": "https://github.com/bachphuc/react-native-awesome-image",
"summary": "An image component for react-native with persistent disk and memory caching",
"license": "MIT",
"authors": {
"Vladimir Timofeev": "vovkasm@gmail.com",
"phuclb": "trieuquangphuc123@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/bachphuc/react-native-awesome-image.git",
"tag": "v0.0.6"
},
"header_dir": "RNWebImage",
"source_files": "WebImage/WebImage/*.{h,m}",
"preserve_paths": "dist/*",
"frameworks": [
"Foundation",
"UIKit"
],
"dependencies": {
"React": [
],
"SDWebImage": [
]
}
}