blob: cff8be4e93a5e02c5d6d1f77a939d13dfac542e7 [file] [log] [blame]
{
"name": "BSForegroundNotification",
"version": "0.7",
"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": "0.7"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"frameworks": [
"UIKit",
"AVFoundation"
]
}