blob: 1f53259b377584c76e200f81cec3b8afa2d6011a [file] [log] [blame]
{
"name": "JSONParserSwift",
"version": "0.1.2",
"summary": "Parse your JSON data directly to Swift object.",
"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.",
"homepage": "https://github.com/mukeshydv/JSONParserSwift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"mukeshydv": "mails4ymukesh@gmail.com"
},
"source": {
"git": "https://github.com/mukeshydv/JSONParserSwift.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "JSONParserSwift/Classes/**/*",
"pushed_with_swift_version": "3.0"
}