[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / d / 5 / 6 / BMFileService / 0.0.5 / BMFileService.podspec.json
blob543cb3fefe439e84c0931618570b764449eff64d
2   "name": "BMFileService",
3   "version": "0.0.5",
4   "summary": "BMFileService implements navigation by clouds file storages, provide protocol to add new services.",
5   "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.",
6   "homepage": "https://github.com/webslesar/BMFileService.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Malkevych Bohdan Ihorovych": "bomalkevych@gmail.com"
13   },
14   "social_media_url": "https://www.facebook.com/malkevych",
15   "platforms": {
16     "ios": "8.0"
17   },
18   "source": {
19     "git": "https://github.com/webslesar/BMFileService.git",
20     "tag": "0.0.5"
21   },
22   "source_files": "Classes/**/*.{h,m}",
23   "exclude_files": "Classes/Exclude",
24   "frameworks": "DropboxSDK",
25   "requires_arc": true,
26   "dependencies": {
27     "GoogleAPIClient/Drive": [
29     ],
30     "GTMOAuth2": [
31       "~> 1.1.0"
32     ],
33     "SVProgressHUD": [
35     ],
36     "Dropbox-iOS-SDK": [
37       "~> 1.3.13"
38     ]
39   },
40   "xcconfig": {
41     "FRAMEWORK_SEARCH_PATHS": "\"${PODS_ROOT}/Pods/Dropbox-iOS-SDK/dropbox-ios-sdk-1.3.13\""
42   }