blob: 0865d50ae1d340178745299c85c7a9f906b17645 [file] [log] [blame]
{
"name": "JSONValueRX",
"version": "4.0.2",
"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": "4.0.2"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Sources/**/*",
"resource_bundles": {
}
}