blob: 970becbfe928c0fd0ec41743bf3c46762d3530bc [file] [log] [blame]
{
"name": "MLSwift",
"version": "0.0.1",
"summary": "A CocoaPods library written in Swift for integrating ML models into your apps",
"description": "This CocoaPods library helps you perform calculation.\n This is a source code library for iOS and macOS with fast implementations of MobileNet V1 and V2, as well as SSDLite and DeepLabv3+. This library makes it very easy to add MobileNet-based neural networks into your apps, for tasks such as:\nimage classification\nreal-time object detection\nsemantic image segmentation\nas a feature extractor that is part of a custom model",
"homepage": "https://github.com/voklymchuk/MLSwift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Valerii Klymchuk": "voklymchuk@gmail.com"
},
"platforms": {
"ios": "14.0"
},
"swift_versions": "5.0",
"source": {
"git": "https://github.com/voklymchuk/MLSwift.git",
"tag": "0.0.1"
},
"source_files": "MLSwift/**/*.{h,m,swift}",
"swift_version": "5.0"
}