[Add] TensorFlowLiteObjC 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 7 / 4 / 6 / HRLAlgorithms / 1.0.0 / HRLAlgorithms.podspec.json
blob60b8afc60064735cbde9ce2a6d1361ed6e12e837
2   "name": "HRLAlgorithms",
3   "version": "1.0.0",
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": "1.0.0",
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/Private/*.h",
37     "HRLAlgorithms/Classes/K-NN/Private/*.h",
38     "HRLAlgorithms/Submodules/LearnKit/fmincg/*.h",
39     "HRLAlgorithms/Submodules/LearnKit/LearnKit/Accelerate Extensions/*.h",
40     "HRLAlgorithms/Submodules/LearnKit/LearnKit/Config.h",
41     "HRLAlgorithms/Submodules/LearnKit/LearnKit/Core/*.h",
42     "HRLAlgorithms/Submodules/LearnKit/LearnKit/K-NN/*.h",
43     "HRLAlgorithms/Submodules/LearnKit/LearnKit/Optimization/*.h",
44     "HRLAlgorithms/Submodules/LearnKit/liblbfgs/include/*.h",
45     "HRLAlgorithms/Submodules/LearnKit/liblbfgs/lib/*.h"
46   ],
47   "requires_arc": "HRLAlgorithms/Classes/**/*.m",
48   "deprecated": true