blob: fa1f631b5c00b977fb829f06ea10887cdaab0faf [file] [log] [blame]
{
"name": "YTCrashGuardDemo",
"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/YTCrashGuardDemo",
"license": "MIT",
"authors": {
"曹小康": "289722789@qq.com"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/ParadiseH/YTCrashGuardDemo.git",
"tag": "0.0.1"
},
"source_files": "YTCrashGuardDemo/CrashGuard/**/*.{h,m}",
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit"
]
}