blob: 82d31c88648f1d2dfe83cdfbbba645f248726397 [file] [log] [blame]
{
"name": "DLDebugView",
"version": "0.1.0",
"summary": "A in app debug view for iOS.",
"description": "For now just have Log feature, will add more in future!",
"homepage": "https://github.com/DeliveLee/DLDebugView",
"license": "MIT",
"authors": {
"DeliveLee": "delivelee@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/DeliveLee/DLDebugView.git",
"tag": "0.1.0"
},
"source_files": "DLDebugView/*",
"public_header_files": "DLDebugView/DLDebugView.h",
"resources": "DLDebugView/Assets/*.png",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true,
"dependencies": {
"SDAutoLayout": [
]
}
}