vn-verdnaturachat/ios/Pods/Local Podspecs/RNCPicker.podspec.json

28 lines
563 B
JSON

{
"name": "RNCPicker",
"version": "1.8.1",
"summary": "React Native Picker for iOS & Android",
"license": "MIT",
"authors": "",
"homepage": "https://github.com/react-native-community/react-native-picker#readme",
"platforms": {
"ios": "9.0",
"osx": "10.14"
},
"source": {
"git": "https://github.com/react-native-community/react-native-picker.git",
"tag": "v1.8.1"
},
"ios": {
"source_files": "ios/**/*.{h,m}"
},
"osx": {
"source_files": "macos/**/*.{h,m}"
},
"dependencies": {
"React-Core": [
]
}
}