[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / 5 / a / 6 / DBFileSynchronizer / 3.1.1 / DBFileSynchronizer.podspec.json
blob47f6807cdfd2258f954d619d4543061c25765b97
2   "name": "DBFileSynchronizer",
3   "version": "3.1.1",
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": "3.1.1"
17   },
18   "swift_versions": "4.2",
19   "platforms": {
20     "ios": "9.0"
21   },
22   "source_files": "DBFileSynchronizer/Classes/**/*",
23   "resource_bundles": {
24     "DBFileSynchronizer": [
25       "DBFileSynchronizer/Assets/**/*.{png,storyboard}"
26     ]
27   },
28   "private_header_files": [
29     "DBFileSynchronizer/Classes/Sync/DBLegacyKeychtain.h",
30     "DBFileSynchronizer/Classes/Sync/DBSychronizer.h",
31     "DBFileSynchronizer/Classes/FileSync/*.h",
32     "DBFileSynchronizer/Classes/UI/DBAccountInfoCell.h"
33   ],
34   "dependencies": {
35     "ObjectiveDropboxOfficial": [
36       "~> 6.0"
37     ]
38   },
39   "swift_version": "4.2"