[Add] Harbor 3.0.0
[CocoaPods.git] / Specs / d / 5 / b / FHIR / 0.5.0.5149 / FHIR.podspec.json
blob9a68c8365e436f942243fc143f4465b27907eeb5
2   "name": "FHIR",
3   "version": "0.5.0.5149",
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\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",
6   "homepage": "https://github.com/smart-on-fhir/Swift-FHIR",
7   "license": "Apache 2",
8   "authors": {
9     "Pascal Pfiffner": "phase.of.matter@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/smart-on-fhir/Swift-FHIR.git",
13     "tag": "FHIR-0.5.0.5149"
14   },
15   "platforms": {
16     "ios": "8.0",
17     "osx": "10.9"
18   },
19   "requires_arc": true,
20   "source_files": [
21     "Classes/*",
22     "Models/*"
23   ]