blob: 5163deb55f87bd4abcd2b16d2679f95c3f977a4a [file] [log] [blame]
{
"name": "YTCrashGuard",
"version": "0.0.1",
"summary": "crash guard",
"description": "It is a marquee view used on iOS, which implement by Objective-C.",
"homepage": "https://github.com/ParadiseH/YTCrashGuard",
"license": "MIT",
"authors": {
"曹小康": "289722789@qq.com"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/ParadiseH/YTCrashGuard.git",
"tag": "0.0.1"
},
"source_files": "YTCrashGuardDemo/CrashGuard/**/*.{h,m}",
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit"
]
}