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