blob: 95cbbd4f6805d4bd8a4aea0c1f075dccf907c8ca [file] [log] [blame]
{
"name": "MPNotificationView",
"version": "1.1.1",
"summary": "An in-app notification view that mimics the iOS 6 notification views which appear above the status bar.",
"homepage": "https://github.com/Moped/MPNotificationView",
"license": "MIT",
"authors": {
"Engin Kurutepe": "engin@kurutepe.com"
},
"source": {
"git": "https://github.com/Moped/MPNotificationView.git",
"tag": "1.1.1"
},
"platforms": {
"ios": "4.3"
},
"source_files": [
"MPNotificationView/*.{h,m}",
"OBGradientView/*.{h,m}"
],
"public_header_files": "MPNotificationView/**/*.h",
"requires_arc": true
}