blob: 02f55d72a734a1c2a30b2a9a50242a5244c09dc4 [file] [log] [blame]
{
"name": "FHIR",
"version": "1.0",
"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\nworking with dates. Contains server request/response classes and a FHIR server protocol intended to\nhelp in building a full-fledged client, as implemented by SMART on FHIR.",
"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": "1.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"requires_arc": true,
"source_files": [
"Classes/*",
"Models/*"
]
}