blob: c0eb40b482513e4b18a798e98a8aefb2198492ea [file] [log] [blame]
{
"name": "SwiftNaiveBayes",
"version": "1.0.2",
"summary": "Naive Bayes classifier implemented in Swift",
"homepage": "https://github.com/akimach/SwiftNaiveBayes",
"license": {
"type": "MIT"
},
"authors": {
"akimach": "kimura.akimasa@gmail.com"
},
"requires_arc": true,
"platforms": {
"osx": "10.9",
"ios": "8.0",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/akimach/SwiftNaiveBayes.git",
"tag": "v1.0.2"
},
"source_files": "Sources/*.swift",
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.0"
},
"pushed_with_swift_version": "3.0"
}