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