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