[Add] NoctuaSDK 0.6.0
[CocoaPods.git] / Specs / e / 9 / 4 / Compress-Upload-CocoaLumberjack / 0.1.1 / Compress-Upload-CocoaLumberjack.podspec.json
blobeab5e8a4b75afec48ef4b6602fc94e0e2590529d
2   "name": "Compress-Upload-CocoaLumberjack",
3   "version": "0.1.1",
4   "summary": "Remote logging via NSURLSession transfer to upload compressed CocoaLumberjack logs to an HTTP server.",
5   "description": "A mashup of the example CompressingLogFileManager in CocoaLumberjack and \nBackgroundUpload-CocoaLumberjack: https://github.com/pushd/BackgroundUpload-CocoaLumberjack.\nWhen the log file is rolled/archived, it's compressed, then uploaded to an HTTP server, and finally deleted.",
6   "homepage": "https://github.com/jamesstout/Compress-Upload-CocoaLumberjack",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "jamesstout": "stoutyhk@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/jamesstout/Compress-Upload-CocoaLumberjack.git",
16     "tag": "0.1.1"
17   },
18   "social_media_url": "https://twitter.com/stoutyhk",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "Compress-Upload-CocoaLumberjack/Classes/**/*",
23   "public_header_files": "Compress-Upload-CocoaLumberjack/Classes/**/*.h",
24   "dependencies": {
25     "CocoaLumberjack": [
27     ]
28   }