2019-07-18 17:25:18 +00:00
|
|
|
{
|
|
|
|
"name": "react-native-document-picker",
|
2020-07-20 16:35:17 +00:00
|
|
|
"version": "3.5.3",
|
2019-07-18 17:25:18 +00:00
|
|
|
"summary": "A react native interface to access Documents from dropbox google drive, iCloud",
|
|
|
|
"license": "MIT",
|
|
|
|
"homepage": "https://github.com/Elyx0/react-native-document-picker#readme",
|
2020-07-20 16:35:17 +00:00
|
|
|
"authors": "Elyx0 <elyx00@gmail.com> (@Elyx0)",
|
2019-07-18 17:25:18 +00:00
|
|
|
"source": {
|
2020-05-08 16:37:49 +00:00
|
|
|
"git": "https://github.com/Elyx0/react-native-document-picker",
|
2020-07-20 16:35:17 +00:00
|
|
|
"tag": "v3.5.3"
|
2019-07-18 17:25:18 +00:00
|
|
|
},
|
|
|
|
"source_files": "ios/RNDocumentPicker/*.{h,m}",
|
|
|
|
"platforms": {
|
2020-07-20 16:35:17 +00:00
|
|
|
"ios": "9.0"
|
2019-07-18 17:25:18 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"React": [
|
|
|
|
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|