[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 8 / 9 / d / LiteKitCorePaddleCPU / 2.8.0rc / LiteKitCorePaddleCPU.podspec.json
blob201175d6ae743b4c527c96ed9abdb6647c017c54
2   "name": "LiteKitCorePaddleCPU",
3   "version": "2.8.0rc",
4   "summary": "LiteKitCorePaddleCPU",
5   "description": "Lite Kit dependency framework.",
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_libraries": "iOS/LiteKitCoreDependency/PaddleCPU/2.8.0rc/*.a",
36     "public_header_files": "iOS/LiteKitCoreDependency/PaddleCPU/2.8.0rc/include/*.h"
37   }