blob: 2256493344711d2ce57faf0f9b961e529d8f3f26 [file] [log] [blame]
{
"name": "SJObserverHelper",
"version": "1.0.2",
"summary": "Automatic removal of the observer.",
"description": "Call the specified method to automatically remove the 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.0.2"
},
"source_files": [
"Classes",
"Classes/*.{h,m}"
],
"public_header_files": "Classes/*.h",
"frameworks": "UIKit",
"requires_arc": true
}