[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 6 / 0 / a / NullSafe / 1.2.2 / NullSafe.podspec.json
blob986843d288d214a539c9a9f9df799e82570dad08
2   "name": "NullSafe",
3   "version": "1.2.2",
4   "summary": "NullSafe is a simple category on NSNull that returns nil for any unrecognised messages instead of throwing an exception.",
5   "homepage": "https://github.com/nicklockwood/NullSafe",
6   "license": {
7     "type": "zlib",
8     "file": "LICENCE.md"
9   },
10   "authors": {
11     "Nick Lockwood": "support@charcoaldesign.co.uk"
12   },
13   "source": {
14     "git": "https://github.com/nicklockwood/NullSafe.git",
15     "tag": "1.2.2"
16   },
17   "platforms": {
18     "ios": "4.3",
19     "osx": "10.6"
20   },
21   "source_files": "NullSafe/NullSafe.m",
22   "requires_arc": false