2019-03-12 16:23:06 +00:00
|
|
|
{
|
|
|
|
"name": "RNScreens",
|
2020-05-08 16:37:49 +00:00
|
|
|
"version": "2.7.0",
|
|
|
|
"summary": "Native navigation primitives for your React Native app.",
|
2019-03-12 16:23:06 +00:00
|
|
|
"description": "RNScreens - first incomplete navigation solution for your React Native app",
|
|
|
|
"homepage": "https://github.com/kmagiera/react-native-screens",
|
|
|
|
"license": "MIT",
|
|
|
|
"authors": {
|
|
|
|
"author": "author@domain.cn"
|
|
|
|
},
|
|
|
|
"platforms": {
|
2020-05-08 16:37:49 +00:00
|
|
|
"ios": "9.0",
|
|
|
|
"tvos": "11.0"
|
2019-03-12 16:23:06 +00:00
|
|
|
},
|
|
|
|
"source": {
|
|
|
|
"git": "https://github.com/kmagiera/react-native-screens.git",
|
2020-05-08 16:37:49 +00:00
|
|
|
"tag": "2.7.0"
|
2019-03-12 16:23:06 +00:00
|
|
|
},
|
|
|
|
"source_files": "ios/**/*.{h,m}",
|
|
|
|
"requires_arc": true,
|
|
|
|
"dependencies": {
|
|
|
|
"React": [
|
|
|
|
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|