[Add] CXHAdSDK 1.4.6
[CocoaPods.git] / Specs / 4 / 5 / 1 / ICD10Kit / 0.1.0 / ICD10Kit.podspec.json
blobac728682c7449f9c8430878d9b8423468902756a
2   "name": "ICD10Kit",
3   "version": "0.1.0",
4   "summary": "ICD10Kit is a library for embedding ICD-10-CM codes as a Realm database.",
5   "description": "ICD10Kit is a library for embedding ICD-10-CM codes as a Realm database. The example\napplication included with the library can be run on a Mac OS desktop to read ICD-10-CM\ncode files and generate a compacted Realm database that can be bundled into an iOS app.",
6   "homepage": "https://github.com/peakresponse/peak-ios-icd10kit",
7   "license": {
8     "type": "LGPL",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "Francis Li": "francis@peakresponse.net"
13   },
14   "source": {
15     "git": "https://github.com/peakresponse/peak-ios-icd10kit.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "12.4"
20   },
21   "swift_versions": [
22     "4.0",
23     "4.2",
24     "5.0"
25   ],
26   "source_files": "ICD10Kit/Classes/**/*",
27   "dependencies": {
28     "RealmSwift": [
29       ">=10.11.0"
30     ]
31   },
32   "swift_version": "5.0"