2 "name": "DirectoryUploader",
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",
12 "Yonat Sharon": "yonat@ootips.org"
14 "social_media_url": "http://twitter.com/yonatsharon",
20 "git": "https://github.com/yonat/DirectoryUploader.git",
23 "source_files": "Sources/*.swift",
29 "pushed_with_swift_version": "3.0"