blob: 2a71a4797fe0c1975aa044a70dc725aa4e2c1ad7 [file] [log] [blame]
{
"name": "BSForegroundNotification",
"version": "1.8",
"summary": "Present your custom iOS 10 notification alert when app is in foreground mode.",
"description": "If you need present notification that looks like a native notifaction in iOS 10 with custom actions including textfield while app is in foreground mode... this framework is for you:-) Simple and straightforward in use.",
"homepage": "https://github.com/kunass2/BSForegroundNotification",
"license": "MIT",
"authors": {
"Bartłomiej Semańczyk": "bartekss2@icloud.com"
},
"source": {
"git": "https://github.com/kunass2/BSForegroundNotification.git",
"tag": "1.8"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"frameworks": [
"UIKit",
"AVFoundation"
]
}