| { |
| "name": "NullSafe", |
| "version": "1.2.1", |
| "summary": "NullSafe is a simple category on NSNull that returns nil for any unrecognised messages instead of throwing an exception.", |
| "homepage": "https://github.com/nicklockwood/NullSafe", |
| "license": { |
| "type": "zlib", |
| "file": "LICENCE.md" |
| }, |
| "authors": { |
| "Nick Lockwood": "support@charcoaldesign.co.uk" |
| }, |
| "source": { |
| "git": "https://github.com/nicklockwood/NullSafe.git", |
| "tag": "1.2.1" |
| }, |
| "platforms": { |
| "ios": "4.3", |
| "osx": "10.6" |
| }, |
| "source_files": "NullSafe/NullSafe.m", |
| "requires_arc": false |
| } |