[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 9 / f / e / HDF5Kit / 0.3.0 / HDF5Kit.podspec.json
blobf5daf33ebec65bc44eaa0c1fa78e3e414a4c2a25
2   "name": "HDF5Kit",
3   "version": "0.3.0",
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     "ios": "8.0"
13   },
14   "swift_version": "4.0",
15   "source": {
16     "git": "https://github.com/aleph7/HDF5Kit.git",
17     "tag": "0.3.0"
18   },
19   "exclude_files": "dist/src/H5detect.c",
20   "source_files": [
21     "Source",
22     "dist/src/*.{c,h}",
23     "dist/src/H5detect.c"
24   ],
25   "public_header_files": [
26     "dist/src/*public.h",
27     "dist/src/H5Epubgen.h",
28     "dist/src/H5api_adpt.h",
29     "dist/src/H5version.h",
30     "dist/src/H5pubconf.h"
31   ],
32   "private_header_files": "dist/src/*private.h",
33   "libraries": "z"