| { |
| "name": "DocumentClassifier", |
| "version": "1.1.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.1.0" |
| }, |
| "module_name": "DocumentClassifier", |
| "platforms": { |
| "ios": "11.0", |
| "osx": "10.13", |
| "tvos": "11.0", |
| "watchos": "4.0" |
| }, |
| "source_files": "Sources/*.{swift,mlmodel}" |
| } |