[Add] CXHAdSDK 1.4.6
[CocoaPods.git] / Specs / e / 1 / 4 / CLLivingDetectSDK / 1.0.0.1 / CLLivingDetectSDK.podspec.json
blobb4d9df87b69483cf9f98ccc9f4be8d75cd5acbf5
2   "name": "CLLivingDetectSDK",
3   "version": "1.0.0.1",
4   "summary": "活体检测",
5   "description": "TODO:活体SDK检测",
6   "homepage": "https://github.com/253CL",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "253CL": "app@253.com"
13   },
14   "source": {
15     "git": "https://github.com/253CL/CLLivingDetectSDK.git",
16     "tag": "1.0.0.1"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "libraries": [
22     "resolv",
23     "z",
24     "c++.1",
25     "c++abi",
26     "z.1.2.8"
27   ],
28   "vendored_frameworks": "CLLivingDetectSDK/Classes/framework/*.{framework}",
29   "frameworks": [
30     "CoreGraphics",
31     "Accelerate",
32     "SystemConfiguration",
33     "AssetsLibrary",
34     "CoreTelephony",
35     "QuartzCore",
36     "CoreFoundation",
37     "CoreLocation",
38     "ImageIO",
39     "CoreMedia",
40     "CoreMotion",
41     "AVFoundation",
42     "WebKit",
43     "AudioToolbox",
44     "MobileCoreServices",
45     "AdSupport"
46   ],
47   "weak_frameworks": "CFNetwork",
48   "pod_target_xcconfig": {
49     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
50   },
51   "user_target_xcconfig": {
52     "FRAMEWORK_SEARCH_PATHS": "$(inherited) $(PODS_ROOT)/CLLivingDetectSDK/framework",
53     "OTHER_LDFLAGS": [
54       "-lObjC"
55     ],
56     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
57     "ENABLE_BITCODE": "NO"
58   },
59   "subspecs": [
60     {
61       "name": "Source",
62       "resources": [
63         "CLLivingDetectSDK/Classes/framework/*.{framework}/*.bundle"
64       ]
65     }
66   ]