blob: 7b0f2763ea61d0489c9969170a049f4769ed6c43 [file] [log] [blame]
{
"name": "KRHebbian",
"version": "1.0.2",
"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 (自分学習アルゴリズム).",
"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.2"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"public_header_files": "KRHebbian/*.h",
"source_files": "KRHebbian/*.{h,m}",
"frameworks": "Foundation"
}