blob: 78168a14536cf9b9ae5b2e2b0a1f7d34d5bc03a0 [file] [log] [blame]
{
"name": "BackgroundUpload-CocoaLumberjack",
"version": "0.3.0",
"summary": "A LogFileManager that uses NSURLSession background transfer to upload files when they roll",
"homepage": "https://github.com/pushd/BackgroundUpload-CocoaLumberjack",
"license": "MIT",
"authors": {
"Eric Jensen": "ej@pushd.com"
},
"source": {
"git": "https://github.com/pushd/BackgroundUpload-CocoaLumberjack.git",
"tag": "0.3.0"
},
"social_media_url": "https://twitter.com/ej",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"BackgroundUpload-CocoaLumberjack": [
"Pod/Assets/*.png"
]
},
"public_header_files": "Pod/Classes/**/*.h",
"dependencies": {
"CocoaLumberjack": [
]
}
}