blob: de9f039ed57323e181c79c0b41292e9afc1f6bfa [file] [log] [blame]
{
"name": "LongCrash",
"version": "1.0.0",
"license": {
"type": "Personal",
"text": "zilong.li"
},
"summary": "An Objective-C tool to avoid Crash",
"homepage": "https://github.com/lizilong1989/LongCrash",
"authors": {
"zilong.li": "15131968@qq.com"
},
"source": {
"git": "https://github.com/lizilong1989/LongCrash.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "src/**/*.{h,m,mm}",
"public_header_files": "src/**/*.{h}"
}
]
}