[Add] IEnvoyProxy 3.0.0
[CocoaPods.git] / Specs / b / 9 / 4 / MLSwift / 0.0.1 / MLSwift.podspec.json
blob970becbfe928c0fd0ec41743bf3c46762d3530bc
2   "name": "MLSwift",
3   "version": "0.0.1",
4   "summary": "A CocoaPods library written in Swift for integrating ML models into your apps",
5   "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",
6   "homepage": "https://github.com/voklymchuk/MLSwift",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Valerii Klymchuk": "voklymchuk@gmail.com"
13   },
14   "platforms": {
15     "ios": "14.0"
16   },
17   "swift_versions": "5.0",
18   "source": {
19     "git": "https://github.com/voklymchuk/MLSwift.git",
20     "tag": "0.0.1"
21   },
22   "source_files": "MLSwift/**/*.{h,m,swift}",
23   "swift_version": "5.0"