[Add] Harbor 3.0.0
[CocoaPods.git] / Specs / 9 / f / e / HDF5Kit / 0.0.3 / HDF5Kit.podspec.json
blob03831b0d7fdae0d2c5c18b6ab94f8df2c635d6c7
2   "name": "HDF5Kit",
3   "version": "0.0.3",
4   "summary": "Swift wrapper for HDF5",
5   "homepage": "https://github.com/aleph7/HDF5Kit",
6   "license": "MIT",
7   "authors": {
8     "Alejandro Isaza": "al@isaza.ca"
9   },
10   "platforms": {
11     "osx": "10.10"
12   },
13   "source": {
14     "git": "https://github.com/aleph7/HDF5Kit.git",
15     "tag": "0.0.3"
16   },
17   "exclude_files": "dist/src/H5detect.c",
18   "source_files": [
19     "Source",
20     "dist/src/*.{c,h}",
21     "dist/src/H5detect.c"
22   ],
23   "public_header_files": [
24     "Source/HDF5Kit.h",
25     "dist/src/*public.h",
26     "dist/src/H5Epubgen.h",
27     "dist/src/H5api_adpt.h",
28     "dist/src/H5version.h",
29     "dist/src/H5pubconf.h"
30   ],
31   "private_header_files": "dist/src/*private.h",
32   "libraries": "z"