blob: 6ba0e9a73c6acbf6baeae1460d7ddfff65f17b62 [file] [log] [blame]
{
"name": "NADocumentPicker",
"version": "3.3.0",
"summary": "Encapsulates UIKit document picker UI",
"description": "Encapsulates UIKit document picker UI.\nAllows the user to select iCloud documents (and Google Drive, One Drive, etc), with a simple Future based API",
"homepage": "http://nickager.com/blog/2016/03/07/DocumentPicker",
"license": "MIT",
"authors": {
"Nick Ager": "nick.ager@gmail.com"
},
"source": {
"git": "https://github.com/NickAger/NADocumentPicker.git",
"tag": "3.3.0"
},
"platforms": {
"ios": "12.0"
},
"swift_versions": [
"5.0"
],
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"frameworks": "UIKit",
"dependencies": {
"BrightFutures": [
]
}
}