blob: ea3ec31cc65883e6e2bc580b68dbea70b39c5ae9 [file] [log] [blame]
{
"name": "LSSafeProtector",
"version": "1.0.7",
"summary": "强大的防止crash框架,支持自释放KVO等11种crash",
"homepage": "https://github.com/lsmakethebest/LSSafeProtector",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"liusong": "job@ysui.cn"
},
"source": {
"git": "https://github.com/lsmakethebest/LSSafeProtector.git",
"tag": "1.0.7"
},
"frameworks": "Foundation",
"platforms": {
"ios": null
},
"requires_arc": true,
"subspecs": [
{
"name": "Core",
"source_files": "LSSafeProtector/Classes/Core/*"
},
{
"name": "Foundation",
"source_files": "LSSafeProtector/Classes/Foundation/*",
"dependencies": {
"LSSafeProtector/Core": [
]
}
},
{
"name": "MRC",
"requires_arc": false,
"compiler_flags": "-ObjC",
"source_files": "LSSafeProtector/Classes/MRC/*",
"dependencies": {
"LSSafeProtector/Foundation": [
],
"LSSafeProtector/Core": [
]
}
}
]
}