mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-11-29 22:07:46 +03:00
24 lines
557 B
JSON
24 lines
557 B
JSON
{
|
|
"name": "react-native-version-number",
|
|
"version": "0.3.5",
|
|
"summary": "Access app version inside React Native",
|
|
"homepage": "https://github.com/APSL/react-native-version-number",
|
|
"license": "MIT",
|
|
"authors": {
|
|
"Alvaro Medina Ballester <amedina@apsl.net>": "Alvaro Medina Ballester <amedina@apsl.net>"
|
|
},
|
|
"platforms": {
|
|
"ios": "7.0"
|
|
},
|
|
"source": {
|
|
"git": "https://github.com/APSL/react-native-version-number.git.git",
|
|
"tag": "v0.3.5"
|
|
},
|
|
"source_files": "ios/*.{h,m}",
|
|
"dependencies": {
|
|
"React": [
|
|
|
|
]
|
|
}
|
|
}
|