blob: 4bbf2c6b5049330f4d86c814652308a1a35a33e7 [file] [log] [blame]
{
"name": "CrashGuard",
"version": "0.1.0",
"summary": "Protect your app from some common crashes.",
"description": "Protect your app form some crashes, like Container, String, Unrecognized Selector, Bad Access and so on.",
"homepage": "https://github.com/SomnusLee1988/CrashGuard",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"SomnusLee": "somnuslee1988@gmail.com"
},
"source": {
"git": "https://github.com/SomnusLee1988/CrashGuard.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "CrashGuard/Classes/**/*"
}