[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 9 / f / e / HDF5Kit / 0.2.0 / HDF5Kit.podspec.json
blob4f931ea72e3356a752b8b3a5148764a5041870be
2   "name": "HDF5Kit",
3   "version": "0.2.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   "source": {
15     "git": "https://github.com/aleph7/HDF5Kit.git",
16     "tag": "0.2.0"
17   },
18   "exclude_files": "dist/src/H5detect.c",
19   "source_files": [
20     "Source",
21     "dist/src/*.{c,h}",
22     "dist/src/H5detect.c"
23   ],
24   "public_header_files": [
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"