blob: bbd3e54f27bbbe54147b4e9fa603a00d0450438b [file] [log] [blame]
{
"name": "KRDelta",
"version": "1.2.0",
"summary": "KRDelta implemented by Delta Learning Method of Machine Learning that is a supervisor and gradient method.",
"description": "This classic algorithm could do micro-analysis on mobile as well, we proved its benefit on our mobile businesses.",
"homepage": "https://github.com/Kalvar/ios-KRDelta",
"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-KRDelta.git",
"tag": "1.2.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"public_header_files": "ML/**/*.h",
"source_files": "ML/**/*.{h,m}",
"frameworks": "Foundation"
}