blob: 0986bd72aad0fbe6e183945096797f7b064861e4 [file] [log] [blame]
{
"name": "JSONValueRX",
"version": "6.2.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": "6.2.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Sources/**/*.swift",
"resource_bundles": {
}
}