blob: c2c0307092ad54ee246363b081bf30ebb9ec058e [file] [log] [blame]
{
"name": "KRHebbian",
"version": "1.3.0",
"summary": "Non-supervisor that Hebbian self-organization learning method in machine learning. (自分学習アルゴリズム).",
"description": "KRHebbian implemented Hebbian algorithm that is a non-supervisor of self-organization algorithm of Machine Learning (自分学習アルゴリズム).",
"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.3.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"public_header_files": "KRHebbian/*.h",
"source_files": "KRHebbian/*.{h,m}",
"frameworks": "Foundation"
}