blob: 07f737cf95bfea226da2719b648c7f65796ef40e [file] [log] [blame]
{
"name": "EBBannerView",
"version": "1.1.0",
"summary": "展示跟iOS9/10/11/12推送一样的横幅/提示音/振动,或自定义view|Show a banner the same with iOS9/10/11/12 nofitication(sound/vibrate), or customize.",
"description": "App在前台时展示跟iOS9,10,11,12推送通知一样UI的横幅/自动提示音或振动,而且支持自定义样式。Show a banner the same UI with iOS9,10,11,12 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.1.0"
},
"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
}