[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / f / 2 / 7 / vMAT / 0.0.1 / vMAT.podspec.json
blob0dc6f4797c2ed49a0290a3376dc60a3064ad70c9
2   "name": "vMAT",
3   "version": "0.0.1",
4   "summary": "The vMAT library implements a grab-bag of mathematical functions inspired by MATLAB.",
5   "homepage": "http://kaelin.github.io/vMAT/",
6   "license": "BSD 2-Clause",
7   "authors": {
8     "Kaelin Colclasure": "kaelin@acm.org"
9   },
10   "source": {
11     "git": "https://github.com/kaelin/vMAT.git",
12     "tag": "0.0.1"
13   },
14   "platforms": {
15     "osx": "10.8"
16   },
17   "source_files": [
18     "vMAT",
19     "vMAT/**/*.{h,m}"
20   ],
21   "frameworks": [
22     "Accelerate",
23     "Foundation"
24   ],
25   "requires_arc": true,
26   "xcconfig": {
27     "CLANG_CXX_LANGUAGE_STANDARD": "gnu++0x",
28     "CLANG_CXX_LIBRARY": "libc++"
29   },
30   "dependencies": {
31     "BlocksKit": [
32       "~> 1.8.1"
33     ],
34     "eigen": [
35       "~> 3.1.2"
36     ]
37   }