blob: d80609dd4ffcade638f95a9f2be0916f6d7e767b [file] [log] [blame]
{
"name": "ReplaceNull",
"version": "0.1.0",
"summary": "Replace all null values with empty strings in dictionary",
"description": "It does the work of replacing null values in an NSDictionary instance with empty strings.",
"homepage": "https://github.com/dadheech115/RelaceNull",
"license": {
"type": "MIT",
"file": "FILE_LICENSE"
},
"authors": "Vikas Dadheech",
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/dadheech115/RelaceNull.git",
"tag": "0.1.0"
},
"source_files": "ReplaceNull/*.{h,m}"
}