blob: 4a372161ab242ce20d95a4980056f3c4f89134c3 [file] [log] [blame]
{
"name": "KRPerceptron",
"version": "1.0.1",
"summary": "Non-linear perceptron learning model of machine learning.",
"description": "KRPerceptron implemented non-linear and linear algorithm in perceptron model of machine learning.",
"homepage": "https://github.com/Kalvar/ios-KRPerceptron",
"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-KRPerceptron.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"public_header_files": "ML/*.h",
"source_files": "ML/*.{h,m}",
"frameworks": "Foundation"
}