blob: 2f8cb144c8cd1b53b1d8837637032dd7f3a109ab [file] [log] [blame]
{
"name": "KRHebbian",
"version": "1.0.1",
"summary": "Self learning the adjust weight method 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": {
"type": "MIT",
"file": "LICENSE"
},
"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.1"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"public_header_files": "KRHebbian/*.h",
"source_files": "KRHebbian/KRHebbian.h",
"frameworks": "Foundation"
}