blob: 9350e0ed680683b3a82ea2d4db9a91257e3890da [file] [log] [blame]
{
"name": "BMFileServicePod",
"version": "0.0.1",
"summary": "BMFileServicePod 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/BMFileServicePod.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/BMFileServicePod.git",
"tag": "0.0.1"
},
"source_files": "*.{h,m}",
"exclude_files": "Classes/Exclude",
"requires_arc": true,
"dependencies": {
"GoogleAPIClient/Drive": [
],
"GTMOAuth2": [
"~> 1.1.0"
],
"SVProgressHUD": [
]
}
}