blob: d887078a5fcf9f01a5f01c16239113204c40badb [file] [log] [blame]
{
"name": "DRYLogging",
"version": "2.0.1",
"summary": "An Objective-C logging framework, inspired on logging frameworks in other languages",
"homepage": "https://github.com/appfoundry/DRYLogging",
"license": "MIT",
"authors": {
"Michael Seghers": "mike.seghers@appfoundry.be"
},
"source": {
"git": "https://github.com/appfoundry/DRYLogging.git",
"tag": "2.0.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"DRYLogging": [
"Pod/Assets/*.png"
]
}
}