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