[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 7 / 4 / 6 / HRLAlgorithms / 0.1.3 / HRLAlgorithms.podspec.json
blob38a4373c0c6fcc16404c97aa76f35741b42fd778
2   "name": "HRLAlgorithms",
3   "version": "0.1.3",
4   "summary": "Wrapper around LearnKit.",
5   "description": "Wrapper around [LearnKit](https://github.com/mattrajca/LearnKit) to easy its integration in Swift CocoaPods.",
6   "homepage": "https://github.com/HeartRateLearning/HRLAlgorithms",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Enrique de la Torre": "indisoluble_dev@me.com"
13   },
14   "source": {
15     "git": "https://github.com/HeartRateLearning/HRLAlgorithms.git",
16     "tag": "0.1.3",
17     "submodules": true
18   },
19   "platforms": {
20     "ios": "8.0"
21   },
22   "prefix_header_file": "HRLAlgorithms/Submodules/LearnKit/LearnKit/Prefix.pch",
23   "source_files": [
24     "HRLAlgorithms/Classes/**/*.{h,m}",
25     "HRLAlgorithms/Submodules/LearnKit/fmincg/*.{h,m}",
26     "HRLAlgorithms/Submodules/LearnKit/LearnKit/Accelerate Extensions/*.{h,m}",
27     "HRLAlgorithms/Submodules/LearnKit/LearnKit/Config.h",
28     "HRLAlgorithms/Submodules/LearnKit/LearnKit/Core/*.{h,m}",
29     "HRLAlgorithms/Submodules/LearnKit/LearnKit/K-NN/*.{h,m}",
30     "HRLAlgorithms/Submodules/LearnKit/LearnKit/Optimization/*.{h,m}",
31     "HRLAlgorithms/Submodules/LearnKit/liblbfgs/include/*.h",
32     "HRLAlgorithms/Submodules/LearnKit/liblbfgs/lib/*.{h,m}"
33   ],
34   "exclude_files": "HRLAlgorithms/Submodules/LearnKit/LearnKit/Core/LNKMatrixImages.{h,m}",
35   "private_header_files": [
36     "HRLAlgorithms/Classes/Common/HRLMatrix+LNKMatrix.h",
37     "HRLAlgorithms/Submodules/LearnKit/fmincg/*.h",
38     "HRLAlgorithms/Submodules/LearnKit/LearnKit/Accelerate Extensions/*.h",
39     "HRLAlgorithms/Submodules/LearnKit/LearnKit/Config.h",
40     "HRLAlgorithms/Submodules/LearnKit/LearnKit/Core/*.h",
41     "HRLAlgorithms/Submodules/LearnKit/LearnKit/K-NN/*.h",
42     "HRLAlgorithms/Submodules/LearnKit/LearnKit/Optimization/*.h",
43     "HRLAlgorithms/Submodules/LearnKit/liblbfgs/include/*.h",
44     "HRLAlgorithms/Submodules/LearnKit/liblbfgs/lib/*.h"
45   ],
46   "requires_arc": "HRLAlgorithms/Classes/**/*.m",
47   "deprecated": true