blob: bd4a8c71d929b1d9e30f725b88e94e82f0b0dfed [file] [log] [blame]
{
"name": "BSForegroundNotification",
"version": "1.3",
"summary": "Present your custom iOS 8 and iOS 9 notification alert when app is in foreground mode.",
"description": "If you need present notification that looks like a native notifaction in iOS 8 or 9 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.3"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"frameworks": [
"UIKit",
"AVFoundation"
]
}