blob: 9be6af73e57fb4741e266892144137d8c743993b [file] [log] [blame]
{
"name": "JCNotificationBannerPresenter",
"platforms": {
"ios": null
},
"version": "1.0.0",
"summary": "A library for generic presentation of \"banners\" (e.g. to present a push notification) from anywhere inside an iOS app.",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"homepage": "https://github.com/jcoleman/JCNotificationBannerPresenter",
"authors": {
"James Coleman": "jtc331@gmail.com"
},
"requires_arc": true,
"frameworks": "QuartzCore",
"source": {
"git": "https://github.com/jcoleman/JCNotificationBannerPresenter.git",
"tag": "1.0.0"
},
"source_files": "Library/*.{h,m}"
}