blob: acb78d459c5257e06d0a0cd2e99887e043e01c81 [file] [log] [blame]
{
"name": "CoreMLProto",
"version": "0.0.1",
"summary": "Protobuf bindings for CoreML *.mlmodel format",
"description": "This lib can be useful if you want to modify not compiled CoreML model on-the-fly.\nThis lib parses not compiled protobuf file (*.mlmodel). You need to compile model for usage (MLModel.compile) after modifications.",
"homepage": "https://github.com/opedge/CoreMLProto",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"opedge": "opedge@gmail.com"
},
"source": {
"git": "https://github.com/opedge/CoreMLProto.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "11.0"
},
"source_files": "CoreMLProto/Classes/**/*",
"dependencies": {
"SwiftProtobuf": [
"~> 1.0.1"
]
},
"pushed_with_swift_version": "4.0"
}