ecency-mobile/ios/Pods/Local Podspecs/react-native-fast-image.podspec.json
2018-12-10 11:26:35 +02:00

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": [
]
}
}