[Add] GoogleMobileAdsMediationIronSource 8.6.0.0.0
[CocoaPods.git] / Specs / 0 / 7 / 6 / TinyDropbox / 1.1.1 / TinyDropbox.podspec.json
blob324273fcbe085b9245b7dcef7666f2511f29fe11
2   "name": "TinyDropbox",
3   "version": "1.1.1",
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.1"
17   },
18   "social_media_url": "https://twitter.com/truebucha",
19   "platforms": {
20     "ios": "10.0"
21   },
22   "module_name": "TinyDropbox",
23   "swift_versions": "4.2",
24   "source_files": "TinyDropbox/Classes/**/*.{swift}",
25   "frameworks": "Foundation",
26   "dependencies": {
27     "TBDropboxKit": [
28       "= 1.2.3"
29     ],
30     "BuchaSwift": [
31       "~> 1.1.1"
32     ]
33   }