33 lines
675 B
JSON
33 lines
675 B
JSON
{
|
|
"name": "RNFastImage",
|
|
"version": "8.2.0",
|
|
"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",
|
|
"tvos": "9.0"
|
|
},
|
|
"frameworks": "UIKit",
|
|
"requires_arc": true,
|
|
"source": {
|
|
"git": "https://github.com/DylanVann/react-native-fast-image.git",
|
|
"tag": "v8.2.0"
|
|
},
|
|
"source_files": "ios/**/*.{h,m}",
|
|
"dependencies": {
|
|
"React": [
|
|
|
|
],
|
|
"SDWebImage": [
|
|
"~> 5.0"
|
|
],
|
|
"SDWebImageWebPCoder": [
|
|
"~> 0.4.1"
|
|
]
|
|
}
|
|
}
|