[Add] DittoObjC 4.9.2
[CocoaPods.git] / Specs / 7 / 2 / 3 / EyeFireKit / 1.0.5 / EyeFireKit.podspec.json
blobeb27846c12feeb5dcc02ffb0fa71506062e70320
2   "name": "EyeFireKit",
3   "version": "1.0.5",
4   "summary": "Face Recognition Engine Kit",
5   "description": "Description: Face Recognition Engine Kit",
6   "homepage": "https://eyefire.vn",
7   "license": {
8     "type": "MIT"
9   },
10   "authors": {
11     "hoanguyentrong@eyefire.vn": "hoanguyentrong@eyefire.vn"
12   },
13   "source": {
14     "git": "https://gitlab.tcom.vn/sonleminh/enginekit-publish.git",
15     "submodules": true,
16     "tag": "Release_V1.0.5"
17   },
18   "frameworks": [
19     "UIKit",
20     "Foundation",
21     "CoreGraphics",
22     "Accelerate",
23     "VideoToolbox",
24     "ImageIO",
25     "AVFoundation"
26   ],
27   "libraries": [
28     "c++",
29     "z"
30   ],
31   "requires_arc": true,
32   "static_framework": true,
33   "swift_versions": "5.0",
34   "platforms": {
35     "ios": "11.0"
36   },
37   "dependencies": {
38     "Socket.IO-Client-Swift": [
39       "~> 16.0.1"
40     ],
41     "RealmSwift": [
42       "~> 10"
43     ],
44     "Moya": [
45       "~> 15.0.0"
46     ],
47     "EyeFireSDK": [
48       "~> 1.1.5"
49     ]
50   },
51   "source_files": [
52     "EyeFireKit",
53     "Classes/**/*.{h,m,swift}"
54   ],
55   "xcconfig": {
56     "OTHER_SWIFT_FLAGS": "-Xcc -Wno-error=non-modular-include-in-framework-module"
57   },
58   "swift_version": "5.0"