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