blob: 0dca4c4d4f6bae168a00f6643e48b1e6f73fbb47 [file] [log] [blame]
{
"name": "HRLAlgorithms",
"version": "0.1.2",
"summary": "Wrapper around LearnKit.",
"description": "Wrapper around [LearnKit](https://github.com/mattrajca/LearnKit) to easy its integration with Swift code.",
"homepage": "https://github.com/HeartRateLearning/HRLAlgorithms",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Enrique de la Torre": "indisoluble_dev@me.com"
},
"source": {
"git": "https://github.com/HeartRateLearning/HRLAlgorithms.git",
"tag": "0.1.2",
"submodules": true
},
"platforms": {
"ios": "8.0"
},
"prefix_header_file": "HRLAlgorithms/Submodules/LearnKit/LearnKit/Prefix.pch",
"source_files": [
"HRLAlgorithms/Classes/**/*.{h,m}",
"HRLAlgorithms/Submodules/LearnKit/fmincg/*.{h,m}",
"HRLAlgorithms/Submodules/LearnKit/LearnKit/Accelerate Extensions/*.{h,m}",
"HRLAlgorithms/Submodules/LearnKit/LearnKit/Config.h",
"HRLAlgorithms/Submodules/LearnKit/LearnKit/Core/*.{h,m}",
"HRLAlgorithms/Submodules/LearnKit/LearnKit/K-NN/*.{h,m}",
"HRLAlgorithms/Submodules/LearnKit/LearnKit/Optimization/*.{h,m}",
"HRLAlgorithms/Submodules/LearnKit/liblbfgs/include/*.h",
"HRLAlgorithms/Submodules/LearnKit/liblbfgs/lib/*.{h,m}"
],
"exclude_files": "HRLAlgorithms/Submodules/LearnKit/LearnKit/Core/LNKMatrixImages.{h,m}",
"private_header_files": [
"HRLAlgorithms/Classes/Common/HRLMatrix+LNKMatrix.h",
"HRLAlgorithms/Submodules/LearnKit/fmincg/*.h",
"HRLAlgorithms/Submodules/LearnKit/LearnKit/Accelerate Extensions/*.h",
"HRLAlgorithms/Submodules/LearnKit/LearnKit/Config.h",
"HRLAlgorithms/Submodules/LearnKit/LearnKit/Core/*.h",
"HRLAlgorithms/Submodules/LearnKit/LearnKit/K-NN/*.h",
"HRLAlgorithms/Submodules/LearnKit/LearnKit/Optimization/*.h",
"HRLAlgorithms/Submodules/LearnKit/liblbfgs/include/*.h",
"HRLAlgorithms/Submodules/LearnKit/liblbfgs/lib/*.h"
],
"requires_arc": "HRLAlgorithms/Classes/**/*.m",
"deprecated": true
}