blob: 0f3cefe2c5ab34eef3468bf8fd5e7e8a7b8ef36b [file] [log] [blame]
{
"name": "CrashLog",
"version": "0.0.1",
"summary": "Show the crash log in your app by a float window",
"homepage": "https://github.com/chenjipdc",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"pdc": "chenjipdc@yeah.net"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/chenjipdc/CrashLog.git",
"tag": "0.0.1"
},
"source_files": "CrashLogDemo/CrashLog/*.{h,m}",
"frameworks": "UIKit",
"requires_arc": true,
"dependencies": {
"FMDB": [
]
}
}