[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / b / a / e / IVHandTracking / 1.0.0 / IVHandTracking.podspec.json
bloba1950effd81ea68d8aad9e13fa55344818ebe0b1
2   "name": "IVHandTracking",
3   "version": "1.0.0",
4   "summary": "Interactive video gesture recognition component",
5   "description": "gesture recognition tool",
6   "homepage": "https://github.com/ctrlvideo/IVHandTracking",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "guodi1014": "913252651@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/ctrlvideo/IVHandTracking.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "vendored_frameworks": "IVHandTracking.framework",
22   "frameworks": [
23     "AVFoundation",
24     "CoreGraphics",
25     "QuartzCore",
26     "CoreMedia",
27     "CoreImage",
28     "CoreVideo"
29   ],
30   "requires_arc": "true",
31   "xcconfig": {
32     "OTHER_LDFLAGS": "-ObjC"
33   },
34   "pod_target_xcconfig": {
35     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
36   },
37   "user_target_xcconfig": {
38     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
39   }