ecency-mobile/ios/Pods/Local Podspecs/react-native-version-number.podspec.json
Mustafa Buyukcelebi e07b262372 Fixed linker error
2019-03-13 10:41:29 +03:00

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": [
]
}
}