blob: af867c011232bafba8bab1c5cc5a4d1f2cfaa95f [file] [log] [blame]
{
"name": "JSONValueRX",
"version": "5.1.0",
"summary": "Simple Swift JSON representation supporting subscripting and pattern matching.",
"description": "Simple Swift JSON representation supporting subscripting and pattern matching. JSONValue uses an algebraic datatype representation of JSON for type safety and pattern matching.",
"homepage": "https://github.com/rexmas/JSONValue",
"license": "MIT",
"authors": {
"rexmas": "rex.fenley@gmail.com"
},
"source": {
"git": "https://github.com/rexmas/JSONValue.git",
"tag": "5.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Sources/**/*.swift",
"resource_bundles": {
}
}