[Add] HyphenateChat_test1 1.0.1
[CocoaPods.git] / Specs / d / 5 / b / FHIR / 2.2.3 / FHIR.podspec.json
blobf45d80f4d5f927637a38901d46d101c4ce2f67db
2   "name": "FHIR",
3   "version": "2.2.3",
4   "summary": "Swift ðŸ”¥FHIR data model classes, with some goodies.",
5   "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.",
6   "homepage": "https://github.com/smart-on-fhir/Swift-FHIR",
7   "documentation_url": "http://docs.smarthealthit.org/Swift-SMART/",
8   "license": "Apache 2",
9   "authors": {
10     "Pascal Pfiffner": "phase.of.matter@gmail.com"
11   },
12   "source": {
13     "git": "https://github.com/smart-on-fhir/Swift-FHIR.git",
14     "tag": "2.2.3"
15   },
16   "platforms": {
17     "ios": "8.0",
18     "osx": "10.9"
19   },
20   "requires_arc": true,
21   "pod_target_xcconfig": {
22     "OTHER_SWIFT_FLAGS": "-DNO_MODEL_IMPORT"
23   },
24   "source_files": "Sources/*/*.swift"