blob: f86a68e3c5dafcfdcda27a1e821d85747dce74f7 [file] [log] [blame]
{
"name": "KRDelta",
"version": "1.1.0",
"summary": "KRDelta is implemented by Delta Learning Method in Machine Learning that is also a supervisor and used gradient method to find out the best solution.",
"description": "Flexible using this method with neural network and classification methods could combine together.",
"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.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"public_header_files": "ML/*.h",
"source_files": "ML/*.{h,m}",
"frameworks": "Foundation"
}