[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 2 / c / e / SensorSDK / 1.0.0 / SensorSDK.podspec.json
bloba2596c3183f5694cf921e239a45ab072395451af
2   "name": "SensorSDK",
3   "version": "1.0.0",
4   "summary": "A short description of SensorSDK.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/lxthyme/SensorSDK",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "lxthyme": "lx314333@gmail.com"
13   },
14   "source": {
15     "git": "git@github.com:lxthyme/SensorSDK.source.git",
16     "tag": "1.0.0"
17   },
18   "pod_target_xcconfig": {
19     "VALID_ARCHS": "x86_64 armv7 arm64"
20   },
21   "platforms": {
22     "ios": "10.0"
23   },
24   "source_files": "SensorSDK/Classes/**/*.{h,m}",
25   "vendored_libraries": "SensorSDK/Classes/STLivenessDetector/libSTLivenessDetector.a",
26   "resource_bundles": {
27     "SensorSDK": [
28       "SensorSDK/Assets/images/*.png",
29       "SensorSDK/Assets/liveness_demo/*.png",
30       "SensorSDK/Assets/*.lic"
31     ]
32   },
33   "resources": "SensorSDK/Assets/st_liveness_resource.bundle",
34   "xcconfig": {
35     "ENABLE_BITCODE": "NO",
36     "OTHER_LDFLAGS": "-lc++ -ObjC"
37   },
38   "dependencies": {
39     "AFNetworking": [
40       "~> 4.0"
41     ],
42     "Masonry": [
44     ],
45     "Toast": [
47     ],
48     "WMPlayer": [
50     ],
51     "SVProgressHUD": [
53     ],
54     "AvoidCrash": [
56     ]
57   }