[Add] PingOidc 1.0.0
[CocoaPods.git] / Specs / 0 / 2 / 6 / CoreMLProto / 0.0.1 / CoreMLProto.podspec.json
blobacb78d459c5257e06d0a0cd2e99887e043e01c81
2   "name": "CoreMLProto",
3   "version": "0.0.1",
4   "summary": "Protobuf bindings for CoreML *.mlmodel format",
5   "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.",
6   "homepage": "https://github.com/opedge/CoreMLProto",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "opedge": "opedge@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/opedge/CoreMLProto.git",
16     "tag": "0.0.1"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "source_files": "CoreMLProto/Classes/**/*",
22   "dependencies": {
23     "SwiftProtobuf": [
24       "~> 1.0.1"
25     ]
26   },
27   "pushed_with_swift_version": "4.0"