blob: 8c0f009eaebe4273160cd2571d69a2dcb8372c2d [file] [log] [blame]
{
"name": "BMFileService",
"version": "0.0.2",
"summary": "BMFileService implements navigation by clouds file storages, provide protocol to add new services.",
"description": "This project is an iOS library which can help you implement navigation by folders and downloading files and from your favorite services like dropBox, googleDrive, maildisk and other.",
"homepage": "https://github.com/webslesar/BMFileService.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Malkevych Bohdan Ihorovych": "bomalkevych@gmail.com"
},
"social_media_url": "https://www.facebook.com/malkevych",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/webslesar/BMFileService.git",
"tag": "0.0.2"
},
"source_files": "Classes/**/*.{h,m}",
"exclude_files": "Classes/Exclude",
"frameworks": "DropboxSDK",
"requires_arc": true,
"dependencies": {
"GoogleAPIClient/Drive": [
],
"GTMOAuth2": [
"~> 1.1.0"
],
"SVProgressHUD": [
],
"Dropbox-iOS-SDK": [
"~> 1.3.13"
]
}
}