[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 6 / 0 / a / NullSafe / 1.1 / NullSafe.podspec.json
blob527142f8a3f4024a266f6432b78b48e20675aadb
2   "name": "NullSafe",
3   "version": "1.1",
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.1"
16   },
17   "platforms": {
18     "ios": "4.3",
19     "osx": "10.6"
20   },
21   "source_files": "NullSafe/NullSafe.{h,m}",
22   "requires_arc": false