[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / 7 / 1 / Rx-Ver-ID / 1.2.1 / Rx-Ver-ID.podspec.json
blob638424eac40b0be97cbf27ae6ef24c69f7fb0937
2   "name": "Rx-Ver-ID",
3   "module_name": "RxVerID",
4   "version": "1.2.1",
5   "summary": "Reactive implementation of Ver-ID face detection and recognition",
6   "homepage": "https://github.com/AppliedRecognition",
7   "license": {
8     "type": "COMMERCIAL",
9     "file": "LICENCE.txt"
10   },
11   "authors": "Jakub Dolejs",
12   "platforms": {
13     "ios": "11.0"
14   },
15   "source": {
16     "git": "https://github.com/AppliedRecognition/Rx-Ver-ID-Apple.git",
17     "tag": "v1.2.1"
18   },
19   "dependencies": {
20     "RxSwift": [
21       "~> 5"
22     ],
23     "RxCocoa": [
24       "~> 5"
25     ]
26   },
27   "swift_versions": [
28     "5.0",
29     "5.1"
30   ],
31   "documentation_url": "https://appliedrecognition.github.io/Rx-Ver-ID-Apple/",
32   "subspecs": [
33     {
34       "name": "Core",
35       "source_files": "RxVerID/RxVerID.swift",
36       "dependencies": {
37         "Ver-ID-Core": [
38           ">= 1.9.5",
39           "< 2"
40         ]
41       }
42     },
43     {
44       "name": "UI",
45       "source_files": "RxVerID/RxVerID+Session.swift",
46       "dependencies": {
47         "Rx-Ver-ID/Core": [
48           "1.2.1"
49         ],
50         "Ver-ID-UI": [
51           ">= 1.9.5",
52           "< 2"
53         ]
54       }
55     }
56   ],
57   "swift_version": "5.1"