| { |
| "name": "SafeKVOHandle", |
| "version": "2.0.1", |
| "summary": "KVO wrapper for safe using", |
| "homepage": "https://github.com/crazyhf/SafeKVOHandle", |
| "license": { |
| "type": "GNU General Public License v2.0", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "crazylhf": "crazylhf@gmail.com" |
| }, |
| "platforms": { |
| "ios": "5.0" |
| }, |
| "requires_arc": true, |
| "source_files": [ |
| "SafeKVOHandle/SafeKVOHandle.h", |
| "SafeKVOHandle/SafeKVOHandle.m", |
| "SafeKVOHandle/NSObject+KVOHelper.h", |
| "SafeKVOHandle/NSObject+KVOHelper.m" |
| ], |
| "source": { |
| "git": "https://github.com/crazyhf/SafeKVOHandle.git", |
| "tag": "v2.0.1" |
| } |
| } |