ecency-mobile/ios/Pods/Local Podspecs/react-native-version-number.podspec.json

24 lines
557 B
JSON
Raw Normal View History

2019-01-23 00:02:15 +03:00
{
"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": {
2019-02-08 21:47:53 +03:00
"Alvaro Medina Ballester <amedina@apsl.net>": "Alvaro Medina Ballester <amedina@apsl.net>"
2019-01-23 00:02:15 +03:00
},
"platforms": {
"ios": "7.0"
},
"source": {
2019-02-08 21:47:53 +03:00
"git": "https://github.com/APSL/react-native-version-number.git.git",
2019-01-23 00:02:15 +03:00
"tag": "v0.3.5"
},
"source_files": "ios/*.{h,m}",
"dependencies": {
"React": [
]
}
}