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