mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-11-22 23:28:56 +03:00
35 lines
695 B
JSON
35 lines
695 B
JSON
{
|
|
"name": "react-native-fast-image",
|
|
"version": "4.0.14",
|
|
"summary": "🚩 FastImage, performant React Native image component.",
|
|
"authors": {
|
|
"Dylan Vann": "dylan@dylanvann.com"
|
|
},
|
|
"homepage": "https://github.com/DylanVann/react-native-fast-image#readme",
|
|
"license": "MIT",
|
|
"platforms": {
|
|
"ios": "8.0"
|
|
},
|
|
"frameworks": "UIKit",
|
|
"requires_arc": true,
|
|
"source": {
|
|
"git": "https://github.com/DylanVann/react-native-fast-image.git"
|
|
},
|
|
"source_files": "ios/**/*.{h,m}",
|
|
"exclude_files": "ios/Vendor/**/*.{h,m}",
|
|
"dependencies": {
|
|
"React": [
|
|
|
|
],
|
|
"SDWebImage/Core": [
|
|
|
|
],
|
|
"SDWebImage/GIF": [
|
|
|
|
],
|
|
"FLAnimatedImage": [
|
|
|
|
]
|
|
}
|
|
}
|