26 lines
631 B
JSON
26 lines
631 B
JSON
{
|
|
"name": "RNScreens",
|
|
"version": "1.0.0-alpha.22",
|
|
"summary": "First incomplete navigation solution for your react-native app.",
|
|
"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": {
|
|
"ios": "7.0"
|
|
},
|
|
"source": {
|
|
"git": "https://github.com/kmagiera/react-native-screens.git",
|
|
"tag": "1.0.0-alpha.22"
|
|
},
|
|
"source_files": "ios/**/*.{h,m}",
|
|
"requires_arc": true,
|
|
"dependencies": {
|
|
"React": [
|
|
|
|
]
|
|
}
|
|
}
|