[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / b / e / 3 / DirectoryUploader / 1.1 / DirectoryUploader.podspec.json
blob3dd6dfe625f33c9aa8c9a0a13470bbd4969a6fa0
2   "name": "DirectoryUploader",
3   "version": "1.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   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source": {
20     "git": "https://github.com/yonat/DirectoryUploader.git",
21     "tag": "1.1"
22   },
23   "source_files": "Sources/*.swift",
24   "dependencies": {
25     "iMonitorMyFiles": [
27     ]
28   },
29   "pushed_with_swift_version": "3.0"