blob: 2ecf79401ec0679f11e64f75b2ff4036dce58839 [file] [log] [blame]
{
"name": "DistSafeProtector",
"version": "1.0.1",
"summary": "防止crash框架,支持KVO自释放等12种类型",
"authors": {
"Damrin": "75081647@qq.com"
},
"homepage": "https://github.com/Damsir/DistSafeProtector",
"source": {
"git": "https://github.com/Damsir/DistSafeProtector.git",
"tag": "1.0.1"
},
"license": "MIT",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": [
"DistSafeProtector",
"DistSafeProtector/**/*.{h,m}"
],
"frameworks": "UIKit"
}