[Add] STBaseProject 1.0.8
[CocoaPods.git] / Specs / 7 / 6 / 4 / Ver-ID-Serialization / 1.1.0 / Ver-ID-Serialization.podspec.json
blobb99cc372dd2ad5c829908cd4ee1d69f1e21f1eaa
2   "name": "Ver-ID-Serialization",
3   "module_name": "VerIDSerialization",
4   "version": "1.1.0",
5   "summary": "Serialization of common Ver-ID SDK types using protocol buffers",
6   "homepage": "https://github.com/AppliedRecognition/Ver-ID-Serialization-Apple",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": "Jakub Dolejs",
12   "platforms": {
13     "ios": "12.0"
14   },
15   "static_framework": true,
16   "cocoapods_version": ">= 1.10",
17   "source": {
18     "git": "https://github.com/AppliedRecognition/Ver-ID-Serialization-Apple.git",
19     "tag": "v1.1.0"
20   },
21   "source_files": [
22     "VerIDSerialization/*.swift",
23     "Protobufs/*.swift"
24   ],
25   "dependencies": {
26     "Ver-ID/Core": [
27       "~> 2.6"
28     ],
29     "SwiftProtobuf": [
30       "~> 1.19"
31     ]
32   }