blob: 40dcd7048c5fd99c5b9c48033f1279d287c28fb4 [file] [log] [blame]
{
"name": "MUKRemoteNotification",
"version": "1.0.0",
"summary": "Parse incoming remote (push) notification",
"description": "You feed dictionary contained inside UIApplicationLaunchOptionsRemoteNotificationKey and you get a parsed object",
"homepage": "https://github.com/muccy/MUKRemoteNotification",
"license": "MIT",
"authors": {
"Marco Muccinelli": "muccymac@gmail.com"
},
"source": {
"git": "https://github.com/muccy/MUKRemoteNotification.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Classes/**/*.{h,m}",
"compiler_flags": "-Wdocumentation"
}