blob: 57d286c4226277c6c07d1a5a1492eb5ddfd596ac [file] [log] [blame]
{
"name": "KRDelta",
"version": "1.5.0",
"summary": "KRDelta is a supervised learning which Delta rule of Machine Learning.",
"description": "It still works in recommendation system and real-time user behavior analysis on mobile apps.",
"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.5.0"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"public_header_files": "ML/**/*.h",
"source_files": "ML/**/*.{h,m}",
"frameworks": "Foundation"
}