blob: 633a28e952471713e08639c45a6bd2d75889c5d4 [file] [log] [blame]
{
"name": "WEDebugger",
"version": "0.0.1",
"summary": "Light weight debugger tool.",
"description": "Simple and light weight debugger tool which display session logs.",
"homepage": "https://github.com/Ekhoo/WEDebugger",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Lucas Ortis": "me@lucas-ortis.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/Ekhoo/WEDebugger.git",
"tag": "0.0.1"
},
"source_files": "Source/*.{h,m}",
"requires_arc": true,
"dependencies": {
"Masonry": [
"~> 0.6.4"
]
}
}