blob: 342e7fee757ffbb367d570e30fddfc65300b867c [file] [log] [blame]
{
"name": "EBBannerView",
"version": "1.0.2",
"summary": "展示跟iOS9/10/11推送一样的横幅/提示音/振动,或自定义view。Show a banner the same with iOS9/10/11 nofitication(sound/vibrate), or customize.",
"description": "App在前台时展示跟iOS9,10,11推送通知一样UI的横幅/自动提示音或振动,而且支持自定义样式。Show a banner the same UI with iOS9,10,11 nofitication(auto play sound/vibrate) on foreground, support custom UI.",
"homepage": "https://github.com/pikacode/EBBannerView",
"license": "MIT",
"authors": {
"pikacode": "pikacode@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/pikacode/EBBannerView.git",
"tag": "1.0.2"
},
"source_files": [
"EBBannerView",
"EBBannerView/Classes/*.{h,m}",
"EBBannerView/Classes/*.{lproj}/Localizable.strings"
],
"public_header_files": "EBBannerView/*.{h}",
"resources": "EBBannerView/Classes/*.{xib,mp3}",
"frameworks": [
"UIKit",
"Foundation",
"AudioToolbox"
],
"libraries": "objc",
"requires_arc": true
}