blob: 986843d288d214a539c9a9f9df799e82570dad08 [file] [log] [blame]
{
"name": "NullSafe",
"version": "1.2.2",
"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.2"
},
"platforms": {
"ios": "4.3",
"osx": "10.6"
},
"source_files": "NullSafe/NullSafe.m",
"requires_arc": false
}