blob: 20f493ac3e267d288048b6c385c3d845e72e0e85 [file] [log] [blame]
{
"name": "CrashLog",
"version": "1.2.0",
"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": "1.2.0"
},
"source_files": "CrashLog/*.{h,m}",
"frameworks": "UIKit",
"requires_arc": true,
"dependencies": {
"FMDB": [
]
}
}