[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / 7 / 1 / Rx-Ver-ID / 1.1.0 / Rx-Ver-ID.podspec.json
blob0ffb539e409a4b5fd87430cd6ea25483bd337757
2   "name": "Rx-Ver-ID",
3   "module_name": "RxVerID",
4   "version": "1.1.0",
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.1.0"
18   },
19   "source_files": [
20     "RxVerID/*.swift",
21     "RxVerID/*.h"
22   ],
23   "public_header_files": "RxVerID/*.h",
24   "dependencies": {
25     "RxSwift": [
26       "~> 5"
27     ],
28     "RxCocoa": [
29       "~> 5"
30     ]
31   },
32   "swift_versions": [
33     "5.0",
34     "5.1"
35   ],
36   "default_subspecs": "UI",
37   "subspecs": [
38     {
39       "name": "Core",
40       "dependencies": {
41         "Ver-ID-Core": [
42           ">= 1.9.3",
43           "< 2"
44         ]
45       }
46     },
47     {
48       "name": "UI",
49       "dependencies": {
50         "Ver-ID-UI": [
51           ">= 1.9.3",
52           "< 2"
53         ]
54       }
55     }
56   ],
57   "swift_version": "5.1"