blob: bf3773f7ff38bfea910904fd969a777e07defd35 [file] [log] [blame]
{
"name": "TCDNotificationCenter",
"version": "1.0.0",
"summary": "Better NotificationCenter than NSNotificationCenter. You can add observer for multi names",
"description": "It likes NSNotificationCenter but you can add observer by more than one name posts. And it is \nalso safe for observer if you for forget to remove it.",
"authors": {
"2coding": "CodingApe@outlook.com"
},
"homepage": "https://github.com/2coding/TCDNotificationCenter",
"license": {
"type": "BSD",
"file": "LICENSE"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/2coding/TCDNotificationCenter.git",
"tag": "1.0.0"
},
"source_files": [
"Classes",
"Classes/*.{h,m}"
]
}