blob: 8cd22eb7e6f8337c52f1f2133363624a9c4da757 [file] [log] [blame]
{
"name": "SeaNativeHUD",
"version": "0.0.1",
"summary": "A easy function for Native HUD.",
"description": "在iOS上面使用的原生风格弹框组件,对项目代码无侵入,使用简单.",
"homepage": "https://github.com/seabrea/SeaNativeHUD",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"seabrea": "hgdigm@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/seabrea/SeaNativeHUD.git",
"tag": "0.0.1"
},
"source_files": "MyUIDemo/SeaNativeHUD/**/*.{h,m}",
"requires_arc": true
}