[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / f / b / 2 / DropboxSync / 0.1.0 / DropboxSync.podspec.json
blobd415ce4e4731a7d5fc866e9eebcecdc68c8abb94
2   "name": "DropboxSync",
3   "version": "0.1.0",
4   "summary": "A easy to implement protocol based sync library build ontop of SwiftyDropbox",
5   "description": "By implementing the DropboxSyncable protocol methods in your class will make the class syncable via Dropbox.",
6   "homepage": "https://github.com/Dan2552/DropboxSync",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Daniel Inkpen": "dan2552@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/Dan2552/DropboxSync.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "DropboxSync/Classes/**/*",
22   "dependencies": {
23     "SwiftyDropbox": [
24       "~> 3.1"
25     ],
26     "SwiftyJSON": [
27       "~> 2.3"
28     ]
29   }