ecency-mobile/ios/Pods/Local Podspecs/react-native-version-number.podspec.json
Mustafa Buyukcelebi c28bc44d4b Fixed build issue
2019-03-25 15:16:14 +03:00

27 lines
629 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": {
"{\"name\"=>\"Alvaro Medina Ballester\", \"email\"=>\"amedina@apsl.net\"}": {
"name": "Alvaro Medina Ballester",
"email": "amedina@apsl.net"
}
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "git+https://github.com/APSL/react-native-version-number.git.git",
"tag": "v0.3.5"
},
"source_files": "ios/*.{h,m}",
"dependencies": {
"React": [
]
}
}