blob: a15d2bdd7f8058e849d0983ce729181f1480a163 [file] [log] [blame]
{
"name": "TTGNotificationGuard",
"version": "0.1.1",
"summary": "Auto remove the observer from NSNotificationCenter after the oberser dealloc.",
"description": "Auto remove the observer from NSNotificationCenter after the oberser dealloc, base on TTGDeallocTaskHelper.",
"homepage": "https://github.com/zekunyan/TTGNotificationGuard",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"zekunyan": "zekunyan@163.com"
},
"source": {
"git": "https://github.com/zekunyan/TTGNotificationGuard.git",
"tag": "0.1.1"
},
"social_media_url": "http://tutuge.me",
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "TTGNotificationGuard/Classes/**",
"public_header_files": "TTGNotificationGuard/Classes/*.h",
"frameworks": [
"UIKit",
"CoreFoundation"
],
"dependencies": {
"TTGDeallocTaskHelper": [
]
}
}