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