blob: 921c7366e0979c5d65a968e6efd1b801ab3b5663 [file] [log] [blame]
{
"name": "SJObserverHelper",
"version": "1.1.1",
"summary": "auto remove KVO observer.",
"description": "Call the specified method to auto remove KVO observer. 调用指定方法, 自动移除观察者.",
"homepage": "https://github.com/changsanjiang/SJObserverHelper",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"SanJiang": "changsanjiang@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/changsanjiang/SJObserverHelper.git",
"tag": "v1.1.1"
},
"source_files": [
"Classes",
"Classes/*.{h,m}"
],
"public_header_files": "Classes/*.h",
"frameworks": "UIKit",
"requires_arc": true
}