blob: 24ffcab1728a501674cd6211acc03d214f65c1d4 [file] [log] [blame]
{
"name": "MPC_Notification",
"version": "0.1.0",
"summary": "A custom slide down alert similar to a UILocalNotification.",
"description": "This CocoaPod allows you to display highly customizable in-app alerts.",
"homepage": "https://github.com/fareast555/MPC_Notification",
"license": {
"type": "BSD",
"file": "license.txt"
},
"authors": {
"Mike Critchley": "critchley55@yahoo.co.jp"
},
"source": {
"git": "https://github.com/fareast555/MPC_Notification.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "MPC_NotificationDemo/MPC_NotificationFiles/MPC_Notification.{h,m}",
"frameworks": "UIKit"
}