blob: 033a9f6f1d6a3d9372b4462736983a9923b8281d [file] [log] [blame]
{
"name": "NotificationHandler",
"version": "0.0.5",
"summary": "A Neat Swift Notification Operations Wrapper",
"description": "With NotificationHandler, it's super easy to handle notifications with neat API. What's more, remove obersers is also properly handled.",
"homepage": "https://github.com/kukushi/NotificationHandler",
"license": "MIT",
"authors": {
"Xing He": ""
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/kukushi/NotificationHandler.git",
"tag": "0.0.5"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}",
"NotificationHandler/*.{h,m,swift}"
],
"exclude_files": "Classes/Exclude",
"requires_arc": true
}