blob: 6b4ce8645c95233becc376d4a1bdc6a788d5b2f2 [file] [log] [blame]
{
"name": "AZDebugUtil",
"version": "0.1.0",
"summary": "Debug log to console/UI/File utilities for Objective-C, enjoy.",
"description": "Debug log to console/UI/File utilities for Objective-C, you can easily toggle on/off the log by pre-compile defines. And you can log to UI/file.",
"homepage": "https://github.com/albert-zhang/DebugUtil",
"license": "MIT",
"authors": {
"Albert Zhang": "albertzhang.pro@gmail.com"
},
"source": {
"git": "https://github.com/albert-zhang/DebugUtil.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"AZDebugUtil": [
"Pod/Assets/*.png"
]
}
}