blob: 427cbba1f07b88fcdd04724122644fa6db3a7803 [file] [log] [blame]
{
"name": "NullSafe",
"version": "2.0",
"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": "2.0"
},
"platforms": {
"ios": "4.3",
"osx": "10.6",
"tvos": "9.0"
},
"source_files": "NullSafe/NullSafe.m",
"requires_arc": false
}