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

27 lines
648 B
JSON

{
"name": "RNScreens",
"version": "2.18.1",
"summary": "Native navigation primitives for your React Native app.",
"description": "RNScreens - first incomplete navigation solution for your React Native app",
"homepage": "https://github.com/software-mansion/react-native-screens",
"license": "MIT",
"authors": {
"author": "author@domain.cn"
},
"platforms": {
"ios": "9.0",
"tvos": "11.0"
},
"source": {
"git": "https://github.com/software-mansion/react-native-screens.git",
"tag": "2.18.1"
},
"source_files": "ios/**/*.{h,m}",
"requires_arc": true,
"dependencies": {
"React-Core": [
]
}
}