blob: b371e2dc0c350a54fc9fd4bd50ab3df76ab048f5 [file] [log] [blame]
{
"name": "DocumentClassifier",
"version": "1.0.0",
"license": "MIT",
"summary": "Swift framework for document classification using a Core ML model.",
"homepage": "https://github.com/toddkramer/DocumentClassifier",
"social_media_url": "http://twitter.com/_toddkramer",
"authors": "Todd Kramer",
"source": {
"git": "https://github.com/toddkramer/DocumentClassifier.git",
"tag": "1.0.0"
},
"module_name": "DocumentClassifier",
"platforms": {
"ios": "11.0",
"osx": "10.13",
"tvos": "11.0",
"watchos": "4.0"
},
"source_files": "Sources/*.{swift,mlmodel}",
"pushed_with_swift_version": "4.0"
}