[Add] TensorFlowLiteObjC 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / b / e / 3 / DirectoryUploader / 1.3.1 / DirectoryUploader.podspec.json
blob6996601886546a054ea1231736b752429a64abb2
2   "name": "DirectoryUploader",
3   "version": "1.3.1",
4   "summary": "Automatically upload all files saved in source directory, and then delete the uploaded files.",
5   "description": "Monitors a directory and automatically detects new files added to it. Uploads all files to a target URL, and cleans up afterwards.\n\nUsage:\n\n```swift\nlet uploader = DirectoryUploader(sourceDirectory: docDir, targetURL: endpointURL)\n// now save files to docDir, and they will be automatically uploaded to endpointURL.\n```",
6   "homepage": "https://github.com/yonat/DirectoryUploader",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.txt"
10   },
11   "authors": {
12     "Yonat Sharon": "yonat@ootips.org"
13   },
14   "social_media_url": "http://twitter.com/yonatsharon",
15   "swift_versions": [
16     "4.2",
17     "5.0",
18     "5.0"
19   ],
20   "platforms": {
21     "ios": "8.0"
22   },
23   "requires_arc": true,
24   "source": {
25     "git": "https://github.com/yonat/DirectoryUploader.git",
26     "tag": "1.3.1"
27   },
28   "source_files": "Sources/*.swift",
29   "dependencies": {
30     "iMonitorMyFiles": [
32     ],
33     "York-Swift-Try-Catch": [
35     ]
36   },
37   "swift_version": "5.0"