blob: 4b9339dbf3f6254a4d755018728fe9fb44bed968 [file] [log] [blame]
{
"name": "MCNotificationManager",
"version": "0.1",
"platforms": {
"ios": "7.0"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "Show your own banners like Notification Center within your app.",
"homepage": "https://github.com/matthewcheok/MCNotificationManager",
"authors": {
"Matthew Cheok": "cheok.jz@gmail.com"
},
"requires_arc": true,
"source": {
"git": "https://github.com/matthewcheok/MCNotificationManager.git",
"branch": "master",
"tag": "0.1"
},
"source_files": "MCNotificationManager/*.{h,m}",
"public_header_files": "MCNotificationManager/MCNotificationManager.h"
}