[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 5 / 3 / 9 / LiteKitCorePaddleGPU / 1.1.3 / LiteKitCorePaddleGPU.podspec.json
blobb59180b3eb2f3eae4e7a211fdb98a806aec9a301
2   "name": "LiteKitCorePaddleGPU",
3   "version": "1.1.3",
4   "summary": "LiteKitCorePaddleGPU",
5   "description": "Lite Kit dependency GPU.",
6   "homepage": "https://gitee.com/paddlepaddle/LiteKit",
7   "license": {
8     "type": "MIT"
9   },
10   "authors": {
11     "wangzhiyong04": "wangzhiyong04@baidu.com"
12   },
13   "source": {
14     "git": "https://gitee.com/paddlepaddle/LiteKit.git"
15   },
16   "platforms": {
17     "ios": "9.0"
18   },
19   "requires_arc": true,
20   "libraries": [
21     "z",
22     "c++"
23   ],
24   "frameworks": [
25     "AVFoundation",
26     "CoreMedia"
27   ],
28   "pod_target_xcconfig": {
29     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
30   },
31   "user_target_xcconfig": {
32     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
33   },
34   "ios": {
35     "vendored_frameworks": "iOS/LiteKitCoreDependency/PaddleGPU/1.1.3/*.framework",
36     "resources": [
37       "iOS/LiteKitCoreDependency/PaddleGPU/1.1.3/paddle_mobile.framework/paddle-mobile-metallib.metallib"
38     ]
39   }