blob: 621df53dac4c67d9bca0474772d7636378dfdaef [file] [log] [blame]
{
"name": "EBBannerViewSwift",
"version": "1.1.3",
"summary": "展示跟iOS9~13推送一样的横幅/提示音/振动,或自定义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"
},
"swift_versions": [
"5.0",
"5.1"
],
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/pikacode/EBBannerView.git",
"tag": "1.1.3"
},
"source_files": "EBBannerView/SwiftClasses/*.{swift}",
"resources": "EBBannerView/Classes/*.{xib,mp3}",
"frameworks": [
"UIKit",
"Foundation",
"AudioToolbox"
],
"requires_arc": true,
"swift_version": "5.1"
}