unioil-loyalty-rn-app/ios/Pods/Local Podspecs/BVLinearGradient.podspec.json

31 lines
638 B
JSON

{
"name": "BVLinearGradient",
"version": "2.8.3",
"homepage": "https://github.com/brentvatne/react-native-linear-gradient",
"summary": "A <LinearGradient /> component for react-native",
"license": "MIT",
"authors": {
"Brent Vatne": "brentvatne@gmail.com"
},
"platforms": {
"ios": "9.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/brentvatne/react-native-linear-gradient.git",
"tag": "v2.8.3"
},
"source_files": "ios/*.{h,m}",
"preserve_paths": "**/*.js",
"frameworks": [
"UIKit",
"QuartzCore",
"Foundation"
],
"dependencies": {
"React-Core": [
]
}
}