blob: 6f523d4d251d26683ac3c91b4a1d478e0ab18c21 [file] [log] [blame]
{
"name": "TYStatusHUD",
"version": "0.2",
"summary": "TYStatusHUD mimics the HUD shown on orientation lock, mute and volume change on iOS.",
"description": "\t\t\t\t\tTYStatusHUD mimics the HUD shown on orientation lock, mute and volume change on iOS. It should only be used in response to hardware or other important notifications (for instance when an accessory is detected by your app). \n\t\t\t\t\tforked from SVStatusHUD\t\t\t\t\t\n",
"homepage": "https://github.com/northwind/SVStatusHUD",
"license": "MIT",
"authors": {
"northwind": "norristong_x@qq.com"
},
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/northwind/SVStatusHUD.git",
"tag": "0.2"
},
"source_files": "SVStatusHUD/*.{h,m}",
"frameworks": "UIKit",
"requires_arc": false
}