[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 0 / b / 5 / JKNullReplacer / 1.0.0 / JKNullReplacer.podspec.json
blob05e173abc3229411b103bab27004964e461b3653
2   "name": "JKNullReplacer",
3   "version": "1.0.0",
4   "summary": "A NSArray and NSDictionary Category to replace NSNull values from NSArray and NSDictionary.",
5   "description": "                    This code is a simple Objective-C Category implemention of NSArray and NSDictionary which replaces NSNull values from NSArray and NSDictionary.\n",
6   "homepage": "https://github.com/icodebuster/JKNullReplacer",
7   "license": "MIT",
8   "authors": {
9     "Jobin Kurian": "ti.jobinkurian@gmail.com"
10   },
11   "platforms": {
12     "ios": "5.0"
13   },
14   "requires_arc": true,
15   "source": {
16     "git": "https://github.com/icodebuster/JKNullReplacer.git",
17     "tag": "1.0.0"
18   },
19   "source_files": [
20     "JKNullReplacer",
21     "JKNullReplacer/**/*.{h,m}"
22   ]