2 "name": "JSONParserSwift",
4 "summary": "Parse your JSON data directly to Swift object.",
5 "description": "Parse your JSON data directly to Swift object.\nServer sends the all JSON data in black & white format i.e its all strings & we make hard efforts to typecast them into their respective datatypes as per our model class.\n\nNow, Is there a magic that comes between the server data and our code magically converts those strings into the required respective datatypes as per our model classes.",
6 "homepage": "https://github.com/mukeshydv/JSONParserSwift",
12 "mukeshydv": "mails4ymukesh@gmail.com"
15 "git": "https://github.com/mukeshydv/JSONParserSwift.git",
21 "source_files": "JSONParserSwift/Classes/**/*",
22 "pushed_with_swift_version": "3.0"