blob: 901c09696cd9c0cb642b2e4dbfb87250e600ac23 [file] [log] [blame]
{
"name": "MMPReactiveNotification",
"version": "0.3.2",
"summary": "Local and remote push notifications as reactive signals with ReactiveCocoa",
"description": "MMPReactiveNotification is a reactive library providing signals for local and remote push notifications.\n\nFeatures:\n* No more notification related delegate methods, registration and notifications are available as signals.\n* Signal for remote push registration.\n* Signal for receiving remote notifications.\n* Signal for receiving local notifications.\n* Signal for notification settings registration.\n* Local notification scheduling.",
"homepage": "https://github.com/mpurbo/MMPReactiveNotification",
"license": "MIT",
"authors": {
"Mamad Purbo": "m.purbo@gmail.com"
},
"source": {
"git": "https://github.com/mpurbo/MMPReactiveNotification.git",
"tag": "0.3.2"
},
"social_media_url": "https://twitter.com/purubo",
"platforms": {
"ios": "7.0"
},
"source_files": "Classes",
"dependencies": {
"ReactiveCocoa": [
]
},
"requires_arc": true
}