[Add] TPNNendSDKAdapter 6.4.35
[CocoaPods.git] / Specs / d / 9 / 6 / NSDictionary-NilSafe / 0.2.0 / NSDictionary-NilSafe.podspec.json
blob1b0e48931c6acbc88ce9225cef71cc8ef5e866a6
2   "name": "NSDictionary-NilSafe",
3   "version": "0.2.0",
4   "summary": "Nil safe dictionary",
5   "description": "With this category, now you can insert nil into NSDictionary, which will be replaced with NSNull, and NSNull is safer now, which can take any arbitrary method calls like nil.",
6   "homepage": "https://github.com/allenhsu/NSDictionary-NilSafe",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Allen Hsu": "allen@glowing.com"
13   },
14   "source": {
15     "git": "https://github.com/allenhsu/NSDictionary-NilSafe.git",
16     "tag": "0.2.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "NSDictionary-NilSafe/*.{m,h}"