blob: 5353e0feccd8c247bd326eb4309fca3e4ffcfa19 [file] [log] [blame]
{
"name": "JASOON",
"version": "0.1.1",
"summary": "Library to parse JSON to objects and Objects to JSON with operators.",
"description": "Library to parse JSON to objects and Objets to JSON with operators. Parsing infering types. Stop using `guard let`.\nThis library also will use throws to handling errors. Provide very useful errors for debug.",
"homepage": "https://github.com/julianAlonso/JASOON",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"julianAlonso": "julian.alonso.dev@gmail.com"
},
"source": {
"git": "https://github.com/julianAlonso/JASOON.git",
"tag": "0.1.1"
},
"social_media_url": "https://twitter.com/maisterjuli",
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "Sources/**/*",
"pushed_with_swift_version": "3.0"
}