blob: db8f932f9dc2d5ff38da4db7055adc7af14c47b4 [file] [log] [blame]
{
"name": "DRYLogging",
"version": "1.1.0",
"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": "1.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"DRYLogging": [
"Pod/Assets/*.png"
]
}
}