blob: 33a189d6a6104cbf9e890000601e0f40309f3bdd [file] [log] [blame]
{
"name": "WEDebugger",
"version": "0.0.4",
"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.4"
},
"source_files": "Source/*.{h,m}",
"requires_arc": true,
"dependencies": {
"Masonry": [
"~> 0.6.4"
]
}
}