blob: 1f8172566ac2485449b91b744e9230736f7b3304 [file] [log] [blame]
{
"name": "BackgroundUpload-CocoaLumberjack",
"version": "0.2.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.2.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": [
]
}
}