[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / f / b / 2 / DropboxSync / 0.2.0 / DropboxSync.podspec.json
blob3c7516d71d9cf74de2d11115a38a18063dca62b1
2   "name": "DropboxSync",
3   "version": "0.2.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.2.0"
17   },
18   "social_media_url": "https://twitter.com/Dan2552",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "DropboxSync/Classes/**/*",
23   "dependencies": {
24     "SwiftyDropbox": [
25       "~> 3.1"
26     ],
27     "SwiftyJSON": [
28       "~> 2.3"
29     ]
30   }