[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 6 / 0 / f / LiteKitBaseDependency / 0.3.0 / LiteKitBaseDependency.podspec.json
blob0425e8b5de72ce7db9fb0595c0cdadf2beaa8d29
2   "name": "LiteKitBaseDependency",
3   "version": "0.3.0",
4   "summary": "LiteKitBaseDependency",
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_frameworks": [
36       "iOS/Dependency/0.3.0/baidu/*.framework",
37       "iOS/Dependency/0.3.0/public/*.framework"
38     ],
39     "vendored_libraries": "iOS/Dependency/0.3.0/public/**/*.a",
40     "resources": "iOS/Dependency/0.3.0/baidu/*.metallib"
41   }