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