blob: aef38f237d1e4065ebd354c77d4239e6ff955ce9 [file] [log] [blame]
{
"name": "NSDictionary+HKSafe",
"version": "0.0.1",
"summary": "当nsdictionary写入的时候遇到nil,不会奔溃",
"description": "解决当nsdictionary写入nil,不会奔溃,而是替换",
"homepage": "https://github.com/songhongkang/NSDictionary-HKSafe.git",
"license": "MIT",
"authors": {
"songhongkang": "139994824@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/songhongkang/NSDictionary-HKSafe.git",
"tag": "0.0.1"
},
"source_files": "NSDictionary+HKSafe/*",
"exclude_files": "NSDictionary+HKSafe/Exclude"
}