[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / 5 / a / 6 / DBFileSynchronizer / 2.0.0 / DBFileSynchronizer.podspec.json
blob5c9971ec4312fb51785c4ce70b0b5b011fa5260f
2   "name": "DBFileSynchronizer",
3   "version": "2.0.0",
4   "summary": "Dropbox file sync utilities",
5   "description": "Objective-C utilities classes for syncing objects or files on Dropbox",
6   "homepage": "https://github.com/eddy-lau/DBFileSynchronizer",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Eddie Lau": "eddie@touchutility.com"
13   },
14   "source": {
15     "git": "https://github.com/eddy-lau/DBFileSynchronizer.git",
16     "tag": "2.0.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "DBFileSynchronizer/Classes/**/*",
22   "private_header_files": [
23     "DBFileSynchronizer/Classes/FileSync/*.h",
24     "DBFileSynchronizer/Classes/UI/DBAccountInfoCell.h"
25   ],
26   "dependencies": {
27     "ObjectiveDropboxOfficial": [
28       "~> 6.0"
29     ]
30   }