blob: f406e3f1e4289f0b1990c2b52ac6e8d836961581 [file] [log] [blame]
{
"name": "HDSLog",
"version": "1.0.0",
"summary": "Simple iOS managed logging library in Objective-C",
"homepage": "https://github.com/HDSRepo/HDSLog",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Georgiy Malyukov": ""
},
"source": {
"git": "https://github.com/HDSRepo/HDSLog.git",
"tag": "1.0.0"
},
"social_media_url": "http://twitter.com/deadlineru",
"platforms": {
"ios": "4.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"test": [
"Pod/Assets/*.png"
]
}
}