blob: ad52dbcba20d16a122dc929f6dc53c2cb596cae2 [file] [log] [blame]
{
"name": "JJException",
"version": "0.0.4",
"summary": "Handle the objective-c crash exception.",
"description": "JJException Handle the objective-c crash exception.",
"homepage": "https://github.com/jezzmemo/JJException",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"李杰": "lijie250@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/jezzmemo/JJException.git",
"tag": "0.0.4"
},
"default_subspecs": "All",
"subspecs": [
{
"name": "All",
"ios": {
"dependencies": {
"JJException/Swizzle": [
],
"JJException/ARC": [
],
"JJException/MRC": [
]
}
}
},
{
"name": "ARC",
"requires_arc": true,
"source_files": "JJException/Source/ARC/*.{h,m}",
"dependencies": {
"JJException/Swizzle": [
]
}
},
{
"name": "Swizzle",
"requires_arc": true,
"public_header_files": "JJException/Source/Swizzle/JJException.h",
"source_files": "JJException/Source/Swizzle/*.{h,m}"
},
{
"name": "MRC",
"requires_arc": false,
"source_files": "JJException/Source/MRC/*.{h,m}",
"dependencies": {
"JJException/Swizzle": [
]
}
}
]
}