blob: 058cc694612e79c56eaf75cd8cebf09b960329fb [file] [log] [blame]
{
"name": "KRSVM",
"version": "1.0.0",
"summary": "KRSVM is implemented SVM of machine learning.",
"description": "KRSVM is implemented Support Vector Machine (SVM) of machine learning, it current achieved SMO and RBF, Tangent, Linear these 3 kernel functions to do predication.",
"homepage": "https://github.com/Kalvar/ios-KRSVM",
"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-KRSVM.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"public_header_files": "SVM/**/*.h",
"source_files": "SVM/**/*.{h,m}",
"frameworks": "Foundation"
}