blob: b00a516e5cf1f9c573eb2d590a8a25630804ee45 [file] [log] [blame]
{
"name": "J",
"version": "1.0.2",
"summary": "A shinier JSON parsing library in Swift",
"description": "A shiny JSON parsing library in Swift. Features include mapping JSON to objects, mapping objects to JSON, handling of nested objects and custom transformations.",
"homepage": "https://github.com/arkverse/J",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Zaid Daghestani": "zaid@arkverse.com"
},
"social_media_url": "http://twitter.com/arkverse",
"source": {
"git": "https://github.com/arkverse/J.git",
"tag": "1.0.2"
},
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0",
"watchos": "2.0"
},
"requires_arc": true,
"source_files": "Sources/*.{swift}",
"pushed_with_swift_version": "3.0.1"
}