blob: 4bac9f009fe28ad7549d65ef04b3dff2844c4c65 [file] [log] [blame]
{
"name": "NADocumentPicker",
"version": "1.0.9",
"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": "1.0.9"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"frameworks": "UIKit",
"dependencies": {
"NACommonUtils": [
],
"BrightFutures": [
]
}
}