[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / f / c / 6 / SNOMEDKit / 0.1.0 / SNOMEDKit.podspec.json
blob0fd0dfa936cbfb39e08a58d3e07b833cdc064ab3
2   "name": "SNOMEDKit",
3   "version": "0.1.0",
4   "summary": "SNOMEDKit is a library for embedding SNOMED codes as a Realm database.",
5   "description": "SNOMEDKit is a library for embedding SNOMED codes as a Realm database. The example\napplication included with the library can be run on a Mac OS desktop to read SNOMED\ncode files and generate a compacted Realm database that can be bundled into an iOS app.",
6   "homepage": "https://github.com/peakresponse/peak-ios-snomedkit",
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-snomedkit.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": "SNOMEDKit/Classes/**/*",
27   "dependencies": {
28     "RealmSwift": [
29       ">=10.11.0"
30     ]
31   },
32   "swift_version": "5.0"