blob: ec287ea889a054891e90a35658b3711cece97da1 [file] [log] [blame]
{
"name": "KRHebbian",
"version": "1.0",
"summary": "Clustering and Classification on Machine Learning.",
"description": " KRHebbian is a self-learning algorithm (adjust the weights) in neural network of Machine Learning (自分学習アルゴリズム).\n",
"homepage": "https://github.com/Kalvar/ios-KRHebbian-Algorithm",
"license": "MIT",
"authors": {
"Kalvar Lin": "ilovekalvar@gmail.com"
},
"social_media_url": "https://twitter.com/ilovekalvar",
"source": {
"git": "https://github.com/Kalvar/ios-KRHebbian-Algorithm.git",
"tag": "1.0"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"public_header_files": "KRHebbian/*.h",
"source_files": "KRHebbian/KRHebbian.h",
"frameworks": "Foundation"
}