blob: 0500e8301783bb61c1fa26460e571c901450daa8 [file] [log] [blame]
{
"name": "DirectoryUploader",
"version": "1.2.0",
"summary": "Automatically upload all files saved in source directory, and then delete the uploaded files.",
"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```",
"homepage": "https://github.com/yonat/DirectoryUploader",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"Yonat Sharon": "yonat@ootips.org"
},
"social_media_url": "http://twitter.com/yonatsharon",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/yonat/DirectoryUploader.git",
"tag": "1.2.0"
},
"source_files": "Sources/*.swift",
"dependencies": {
"iMonitorMyFiles": [
],
"York-Swift-Try-Catch": [
]
},
"pushed_with_swift_version": "3.0"
}