blob: 83876edf32f9e052b3571c2e8d9a2840acc4076e [file] [log] [blame]
{
"name": "MPNotificationView",
"version": "1.0.0",
"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@mopedlabs.com",
"Moped": "hello@mopedlabs.com"
},
"source": {
"git": "https://github.com/Moped/MPNotificationView.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "4.0"
},
"source_files": [
"MPNotificationView/*.{h,m}",
"OBGradientView/*.{h,m}"
],
"public_header_files": "MPNotificationView/**/*.h",
"requires_arc": false
}