| { |
| "name": "SJObserverHelper", |
| "version": "1.0.8", |
| "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.0.8" |
| }, |
| "source_files": [ |
| "Classes", |
| "Classes/*.{h,m}" |
| ], |
| "public_header_files": "Classes/*.h", |
| "frameworks": "UIKit", |
| "requires_arc": true |
| } |