[Add] EverlinkBroadcastSDK 3.1.1
[CocoaPods.git] / Specs / d / 0 / 3 / ZJHWXSdk / 0.1.0 / ZJHWXSdk.podspec.json
blobed476823231f4933ef2c49783d9ebfa3c5d779a9
2   "name": "ZJHWXSdk",
3   "version": "0.1.0",
4   "summary": "A short description of ZJHWXSdk.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://www.jinhuizhao.top/",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "787519869@qq.com": "zhaojinhui@corp-ci.com"
13   },
14   "source": {
15     "git": "https://github.com/zjh12580/ZZWHelper.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "static_framework": true,
22   "source_files": "DSZWXSdkSource/Classes/**/*",
23   "resource_bundles": {
24     "ZJHWXSdk": [
25       "DSZWXSdkSource/Assets/*.*"
26     ]
27   },
28   "public_header_files": "DSZWXSdkSource/Classes/**/*.h",
29   "xcconfig": {
30     "ONLY_ACTIVE_ARCH": "NO",
31     "ARCHS": "arm64",
32     "VALID_ARCHS": "arm64 x86_64"
33   },
34   "frameworks": [
35     "UIKit",
36     "GLKit",
37     "CoreImage",
38     "ImageIO",
39     "CoreMedia",
40     "MediaPlayer",
41     "AVFoundation",
42     "AVKit",
43     "JavaScriptCore"
44   ],
45   "ios": {
46     "vendored_frameworks": "DSZWXSdkSource/Classes/model/WeexSDK.framework"
47   },
48   "libraries": [
49     "c++",
50     "iconv",
51     "icucore"
52   ],
53   "dependencies": {
54     "SocketRocket": [
55       "0.4.2"
56     ]
57   }