blob: 05e173abc3229411b103bab27004964e461b3653 [file] [log] [blame]
{
"name": "JKNullReplacer",
"version": "1.0.0",
"summary": "A NSArray and NSDictionary Category to replace NSNull values from NSArray and NSDictionary.",
"description": " This code is a simple Objective-C Category implemention of NSArray and NSDictionary which replaces NSNull values from NSArray and NSDictionary.\n",
"homepage": "https://github.com/icodebuster/JKNullReplacer",
"license": "MIT",
"authors": {
"Jobin Kurian": "ti.jobinkurian@gmail.com"
},
"platforms": {
"ios": "5.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/icodebuster/JKNullReplacer.git",
"tag": "1.0.0"
},
"source_files": [
"JKNullReplacer",
"JKNullReplacer/**/*.{h,m}"
]
}