[Add] CookieOvenWebtoon 3.2.4
[CocoaPods.git] / Specs / d / 5 / b / FHIR / 2.1 / FHIR.podspec.json
blob1f74cf26f486e65fee7f50e7cd52f4e9d15d6881
2   "name": "FHIR",
3   "version": "2.1",
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   "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": "2.1"
14   },
15   "platforms": {
16     "ios": "8.0",
17     "osx": "10.9"
18   },
19   "requires_arc": true,
20   "source_files": [
21     "Classes/*",
22     "Models/*"
23   ]