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