blob: 15c97c7c25275a34877af61ffed2f2f2b6c5b5b7 [file] [log] [blame]
{
"name": "LSSafeProtector",
"version": "2.1.3",
"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": "2.1.3"
},
"frameworks": "Foundation",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"subspecs": [
{
"name": "Core",
"requires_arc": true,
"source_files": "LSSafeProtector/Core/*"
},
{
"name": "Foundation",
"requires_arc": true,
"source_files": "LSSafeProtector/Foundation/*",
"dependencies": {
"LSSafeProtector/Core": [
]
}
},
{
"name": "MRC",
"requires_arc": false,
"source_files": "LSSafeProtector/MRC/*",
"dependencies": {
"LSSafeProtector/Foundation": [
],
"LSSafeProtector/Core": [
]
}
}
]
}