blob: 9e315a84161eb11fc0c37171d150d71ab6f1178e [file] [log] [blame]
{
"name": "JMSystemNotifications",
"version": "0.0.1",
"summary": "JMSystemNotifications is an Objective-C library for easily register OS System notifications",
"requires_arc": true,
"description": "\t\t\t\t JMSystemNotifications is an Objective-C library for easily register OS System notifications. \n\t\t\t\t Do you all the possible notifications send by the system.\n\t\t\t\t * Here, the first 114 Notifications :)\n",
"homepage": "https://github.com/leverdeterre/JMSystemNotifications",
"license": "MIT",
"authors": {
"Jérôme Morissard": "morissardj@gmail.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/leverdeterre/JMSystemNotifications.git",
"tag": "0.0.1"
},
"source_files": [
"Classes",
"JMSystemNotifications/JMSystemNotifications/*.{h,m}"
],
"public_header_files": "JMSystemNotifications/JMSystemNotifications/*.h",
"frameworks": "UIKit"
}