blob: bb3e1da0828b87dc247b9f7f8b13c83fc5cd88dc [file] [log] [blame]
{
"name": "FHIR",
"version": "3.0.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",
"documentation_url": "http://docs.smarthealthit.org/Swift-SMART/",
"license": "Apache 2",
"authors": {
"Pascal Pfiffner": "phase.of.matter@gmail.com"
},
"source": {
"git": "https://github.com/smart-on-fhir/Swift-FHIR.git",
"tag": "3.0.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"requires_arc": true,
"pod_target_xcconfig": {
"OTHER_SWIFT_FLAGS": "-DNO_MODEL_IMPORT"
},
"source_files": "Sources/*/*.swift",
"pushed_with_swift_version": "3.0"
}