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