[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 0 / 7 / 6 / TinyDropbox / 1.1.0 / TinyDropbox.podspec.json
blob68d1f4a7f0ccd62c899a9d56a85aa9a4ca05fa47
2   "name": "TinyDropbox",
3   "version": "1.1.0",
4   "summary": "Easy to use dropbox sync for swift coders [wrapper on TBDropboxKit]",
5   "description": "Easy to use dropbox sync for swift coders [wrapper on TBDropboxKit] Could list files, upload, download and\nwatching server changes",
6   "homepage": "https://github.com/truebucha/TinyDropbox",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "truebucha": "truebucha@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/truebucha/TinyDropbox.git",
16     "tag": "1.1.0"
17   },
18   "social_media_url": "https://twitter.com/truebucha",
19   "platforms": {
20     "ios": "10.0"
21   },
22   "swift_version": "4.2",
23   "source_files": "TinyDropbox/Classes/**/*.{swift}",
24   "frameworks": "Foundation",
25   "dependencies": {
26     "TBDropboxKit": [
27       "= 1.2.3"
28     ],
29     "BuchaSwift": [
30       "= 1.1.0"
31     ]
32   }