[Add] XMUniversalSDK 1.0.0.0-dev
[CocoaPods.git] / Specs / b / a / d / CDAKit / 1.0.2 / CDAKit.podspec.json
blob4ca4b1a0770ff855d2ca5f39f8345a253b6889e8
2   "name": "CDAKit",
3   "version": "1.0.2",
4   "summary": "CDAKit for iOS, the Open Source Clinical Document Architecture Library with HealthKit Connectivity.",
5   "description": "Swift framework port of the the Ruby Health-Data-Standards GEM's C32 and C-CDA import and export functionality. Allows for bridging between CDA and HealthKit so you can integrate with an Electronic Medical Records system.",
6   "homepage": "https://github.com/ewhitley/CDAKit",
7   "license": "Apache 2",
8   "authors": {
9     "Eric Whitley": "cdakit@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/ewhitley/CDAKit.git",
13     "tag": "1.0.2"
14   },
15   "documentation_url": "http://ewhitley.github.io/CDAKit",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "source_files": "CDAKit/**/*.swift",
21   "resource_bundles": {
22     "CDAKit": [
23       "CDAKit/**/*.mustache",
24       "CDAKit/**/CDAKitDefaultHealthKitTermMap.plist",
25       "CDAKit/**/CDAKitDefaultSampleTypeIdentifierSettings.plist"
26     ]
27   },
28   "frameworks": "HealthKit",
29   "dependencies": {
30     "GRMustache.swift": [
31       "~> 0.11.0"
32     ],
33     "Fuzi": [
34       "0.3.0"
35     ],
36     "Try": [
37       "~> 1.0.0"
38     ]
39   }