blob: 9a68c8365e436f942243fc143f4465b27907eeb5 [file] [log] [blame]
{
"name": "FHIR",
"version": "0.5.0.5149",
"summary": "Swift 🔥FHIR data model classes, with some goodies.",
"description": " Swift 🔥FHIR data model classes, generated from spec. Uses custom Date/Time structs to facilitate\n working with dates. Contains server request/response classes and a FHIR server protocol intended to\n help in building a full-fledged client, as implemented by SMART on FHIR.\n",
"homepage": "https://github.com/smart-on-fhir/Swift-FHIR",
"license": "Apache 2",
"authors": {
"Pascal Pfiffner": "phase.of.matter@gmail.com"
},
"source": {
"git": "https://github.com/smart-on-fhir/Swift-FHIR.git",
"tag": "FHIR-0.5.0.5149"
},
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"requires_arc": true,
"source_files": [
"Classes/*",
"Models/*"
]
}